Returns the byte index of the next character.
function NextCharIndex(const S: String; Index: Integer): Integer;
int NextCharIndex(const AnsiString S, int Index);
SysUtils
NextCharIndex returns the byte index of the first byte of the character following the character starting at S[Index].
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|