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