Zoomed Image

AMSX Scripting Language - Command : ValueListFromURL

Summary

Extract the values from a URL query string

Description

Parses the query string of the given URL and returns a separator-delimited list of its parameter values in the same order as FieldListFromURL. Defaults to semicolon if no separator is supplied.

Parameters

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

Syntax


ValueListFromURL "URL to extract values from", "separator (default ";")"

Return to the AMSX Command Reference