GetAllVariablesFromUrl (open)
Get all variable on a URL
Syntax
LOADLIB "wh::internet/urls.whlib";
RECORD ARRAY FUNCTION GetAllVariablesFromUrl(STRING url)
Parameters
STRING url
URL to search
Return value
RECORD ARRAY
An array of variables
STRING name
Variable name
STRING value
Variable value
Description
This function searches for the requested variable in a URL and returns its value, while taking care of proper URL decoding.