StrGet()
StrGet()
Type: REGULAR FUNCTION
Purpose: Returns the ASCII number of a character in a string. Position within string is zero-based.
Usage: AsciiNumb= StrGet(String, Position)
String |
STRING |
String containing character to determine |
|
Position | INDEX | Position within string of the character | |
AsciiNumb | INDEX |
ASCII number of character at Position |
Comments are closed.