StringGetCharReturns character (code) from the specified position in the string.
Parameters string_value [in] String. pos [in] Char position in the string. Can be from 0 to StringLen(text) -1. Returned value Char code or 0 if error. To get information about error, call the GetLastError() function. Example:
|