WMLScript prev() Function
The prev() function tells the WML browser to go back to the previous card and returns an empty string.
Syntax
n = WMLBrowser.prev()
Component | Description |
---|---|
n | The empty string returned by this function. |
Example
var a = WMLBrowser.prev();
Result
a = ""