Flash CS3 Documentation |
|||
| ActionScript 2.0 Components Language Reference > Data binding classes > DataType.setAsString() | |||
Flash Player 6 (6.0.79.0).
Flash MX Professional 2004.
dataTypeObject.setAsString(newStringValue)
newStringValue A string.
Nothing.
Method; sets the field to the new value, which is given as a string. The value is converted to, and stored as, the data type that is appropriate for this field.
The following example sets the variable stringVal to the string "The new value". It then sets the value of field to the string.
var stringVal: String = "The new value"; field.setAsString (stringVal);
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/00002703.html