GetURLParameter
GETURLPARAMETER(varName)
Description
GetURLParameter returns the value of parameter varName from the query string which started the app. If the app was started from the Home screen or a browser, it is blank. It only has values if the app was started by a server side script. See Tutorial 7 for more information.
Example
REM GETURLPARAMETER Example Print GetURLParameter("Status")
Output
Thanks
Related Items