UrlKeys$
Jump to navigation
Jump to search
Description
- The variable contains the "command line" arguments of the URL address
Syntax
- UrlKeys$
Hints
- The content is similar to "app=appName¶m1=value1¶m2=value2"
- You need to publish an application to use this feature
- The URL to execute your published application would be like:
Example
print "UrlKeys$ is: "; UrlKeys$
Useful Procedures
' Place a useful function or sub using this keyword here