Previous: utsdsh Up: ../plot79_u.html Next: utsfil
INTEGER FUNCTION UTSESC (ARRAY,I)
C$ (ESC - Internal - Escape)
C$ Map ARRAY(I) into an escaped character if appropriate,
C$ returning the new character value as the function value.
C$
C$ The escape sequences currently supported are (assume
C$ at-sign, "@", is the escape character):
C$
C$ @@ - the escape character itself
C$ @t or @T - a tab character
C$ @n or @N - a newline character
C$ @<other> - expands to <other> (a single character)
C$
C$ On return, I is updated to point to the last character
C$ examined. If ARRAY(I) is not the escape character, then it
C$ becomes the function value, and I is unchanged.
INCLUDE,L (KP Credit)
C$ (13-SEP-84)