From http://www.w3schools.com (Copyright Refsnes Data)
Complete WMLScript WMLBrowser Library
The newContext() function clears all variables of the WML context, and returns an empty string.
| n = WMLBrowser.newContext() |
| Part | Description |
|---|---|
| n | The empty string returned from the function |
| var a = WMLBrowser.newContext(); |
| a = "" |
Complete WMLScript WMLBrowser Library
From http://www.w3schools.com (Copyright Refsnes Data)