zPocketScript Class Reference: String


Prototype: Object

The zPocketScript String object is a complete implementation of the String object found in JavaScript 1.4, so for a detailled description of what these functions do, refer to the JavaScript documentation. In brief though...

String's are created either implicitly by the string operators " and ', or explicitly using new String().

Running strings...

Strings can be used to generate and execute code on the fly.
eg.
var commandString="Console.print('hello world')";
commandString();

Methods

Properties

Extensions