WMLScript newContext() function
The newContext() function clears all variables in the WML environment and returns an empty string.
Syntax
n = WMLBrowser.go(url)
Component | Description |
---|---|
n | The empty string returned by this function. |
Example
var a = WMLBrowser.newContext();
Result
a = ""