0x4a
1 → 1
5
@push(+@pop());
Converts the object on the top of the stack into a number, and pushes the number back to the stack. For the Object type, the ActionScript valueOf() method is invoked to convert the object to a Number type for ActionToNumber. Conversions between primitive types, such as from String to Number, are built-in.
Field | Type | Comment |
---|---|---|
ActionToNumber | ACTIONRECORDHEADER | ActionCode = 0x4A |
ActionToNumber does the following: