UrlKeys$

From Liberty BASIC Family
Jump to navigation Jump to search
Not supported in Just BASIC Not supported in Liberty BASIC Not supported in Liberty BASIC 5 Supported in Run BASIC

Description

The variable contains the "command line" arguments of the URL address

Syntax

  1. UrlKeys$

Hints

The content is similar to "app=appName&param1=value1&param2=value2"
You need to publish an application to use this feature
The URL to execute your published application would be like:
"http://localhost:8008/seaside/go/runbasicpersonal?app=appName&param1=value1&param2=value2"

Example

print "UrlKeys$ is: "; UrlKeys$

Useful Procedures

' Place a useful function or sub using this keyword here