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 | This function returns an empty string. |
Example
var a = WMLBrowser.newContext();
Result
a = ""