From http://www.w3schools.com (Copyright Refsnes Data)

WMLScript newContext() Function


WMLScript WMLBrowser Library Complete WMLScript WMLBrowser Library

The newContext() function clears all variables of the WML context, and returns an empty string.

Syntax

n = WMLBrowser.newContext()

Part Description
n The empty string returned from the function

Example

var a = WMLBrowser.newContext();

Result

a = ""


WMLScript WMLBrowser Library Complete WMLScript WMLBrowser Library

From http://www.w3schools.com (Copyright Refsnes Data)