Zoomed Image

AMSX Scripting Language - Command : urlsetvalue

Summary

Set or update a query-string parameter on a URL

Description

Parses the URL stored in cmd, sets the specified query-string parameter to the new value, then returns the modified URL in the result buffer. Use this to programmatically build or patch API call URLs.

Parameters

ParameterDescription
cmdthe URL string to modify
Argument 0query-string parameter name to set
Argument 1new value for the parameter

Syntax


URLSetValue "the URL string to modify", "query-string parameter name to set", "new value for the parameter"

Return to the AMSX Command Reference