You are reading help file online using chmlib.com
|
procedure Delete(var S: String; Indx, Count: Integer);
Removes a substring of Count characters from string S starting at S[Index].
If Index is larger than the length of S, no characters are deleted. If Count specifies more characters than remain starting at the S[Index], Delete removes the rest of the string.
You are reading help file online using chmlib.com
|