StringLength
[a] → [String(a).length]

Adobe documentation

ActionStringLength

ActionStringLength computes the length of a string.

FieldTypeComment
ActionStringLengthACTIONRECORDHEADERActionCode = 0x14

ActionStringLength does the following:

  1. Pops a string off the stack.
  2. Calculates the length of the string and pushes it to the stack.