[string, index, count] → [String(string).substr(index, count)]
- Action Code:
0x15
- Stack:
3 → 1
- SWF version:
4
Adobe documentation
ActionStringEquals tests two strings for equality.
Field | Type | Comment |
ActionStringExtract | ACTIONRECORDHEADER | ActionCode = 0x15 |
ActionStringExtract does the following:
- Pops number count off the stack.
- Pops number index off the stack.
- Pops string string off the stack.
- Pushes the substring of the string starting at the indexed character and count characters
in length to the stack.
- If either index or count do not evaluate to integers, the result is the empty string.