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