Flash CS3 Documentation |
|||
| ActionScript 2.0 Language Reference > ActionScript classes > String > String constructor | |||
public String(value:String)
Creates a new String object.
Note: Because string literals use less overhead than String objects and are generally easier to use, you should use string literals instead of the constructor for the String class unless you have a good reason to use a String object rather than a string literal.
Availability: ActionScript 1.0; Flash Player 5
value:String - The initial value of the new String object.
Flash CS3
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/9.0/main/00002167.html