![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Returns a syntax V string containing the same internal binary value as the input numeric value, right-justified.(F)
• Each byte of the returned string is initialized to 0 and the input value is moved into the string right-justified.
A(210,5) results in a 5‑byte STR buffer, the first 4 bytes are 0, the fifth byte is 210. When STR appears in the message log, unprintable text displays either as blanks, or assorted symbols. In this instance, STR displays in the message log as “ K” (210 is EBCDIC code for the printable character K).A(0,8) results in an 8-byte STR buffer, the eight bytes are 0 and display in the message log as blanks.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |