| Calling Sequence | AsciiToInt(s)
| |||||||||
| Parameters |
| |||||||||
| Return Type | posint | |||||||||
| Synopsis | Converts a single character into its ascii ordinal number. This is useful when encoding/decoding symbols for dynamic programming. It is also useful in general for the analysis of raw input. | |||||||||
| Examples | > AsciiToInt('a');
97 > AsciiToInt(' ');
32 | |||||||||
| See also | AToInt, CaseSearchString, IntToA, IntToAscii, SearchString | |||||||||