xHarbour Reference Documentation > Function Reference |
Determines the ASCII code of a specified character in a string.
StrPeek( <cString>, <nPos> ) --> nASCII
The function returns the ASCII code of the character at the specified position as a numeric value.
Note: the function exists for compatibility reasons only.
See also: | [ ] (string), Asc(), AscPos(), StrPoke() |
Category: | Miscellaneous functions |
Source: | rtl\strpeek.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com