![]() ![]() |
|
SEQThe SEQ function returns numeric ASCII value of a character.
COMMAND SYNTAXSEQ(expression)
SYNTAX ELEMENTSexpression may evaluate to any data type. However the SEQ function will convert the expression to a string and operate on the first character of that string.
NOTESSEQ operates on any character in the integer range 0 to 255
EXAMPLESEQU ENQ TO 5 |