From http://www.w3schools.com (Copyright Refsnes Data)
Complete WMLScript WMLBrowser Library
The refresh() function refreshes the current card, and returns an empty string if the refresh succeeded, or a non-empty string if it failed.
| n = WMLBrowser.refresh() |
| Part | Description |
|---|---|
| n | The string returned from the function |
|
var a = WMLBrowser.setVar("day",11); var b = WMLBrowser.refresh(); |
|
a = true b = "" |
Complete WMLScript WMLBrowser Library
From http://www.w3schools.com (Copyright Refsnes Data)