0x4b1 → 15
@push("" + @pop());
ActionToString converts the object on the top of the stack into a String, and pushes the string back to the stack. For the Object type, the ActionScript toString() method is invoked to convert the object to the String type for ActionToString.
| Field | Type | Comment |
|---|---|---|
| ActionToString | ACTIONRECORDHEADER | ActionCode = 0x4B |
ActionToString does the following: