Zoomed Image

AMSX Scripting Language - Command : FieldListFromURL

Summary

Extract the field names from a URL query string

Description

Parses the query string of the given URL and returns a separator-delimited list of its parameter names. Defaults to semicolon if no separator is supplied.

Parameters

ParameterDescription
cmdURL to extract fields from
Argument 0separator (default ";")

Syntax


FieldListFromURL "URL to extract fields from", "separator (default ";")"

Return to the AMSX Command Reference