AsciiToChar

chr builtin function.

Abstract AS2

@push(@chr(@pop()));

Adobe documentation

ActionAsciiToChar

ActionAsciiToChar converts a value to an ASCII character code.

FieldTypeComment
ActionAsciiToCharACTIONRECORDHEADERActionCode = 0x33

ActionAsciiToChar does the following:

  1. Pops a value off the stack.
  2. Converts the value from a number to the corresponding ASCII character.
  3. Pushes the resulting character to the stack.