<< Click to Display Table of Contents >> Navigation: Explain™ Control Language > Library Routines > Miscellaneous functions > StrGet() |
Returns the ASCII number of a character in a string. Position within string is zero-based.
REGULAR FUNCTION
AsciiNumb= StrGet(String, Position)
String |
STRING |
String containing character to determine. |
Position |
INDEX |
Position of the character within String. |
AsciiNumb |
INDEX |
ASCII number of character at Position. |