-
Declaration:
- Procedure Delete (var S : string;Index : Integer;Count : Integer);
-
Description:
- Delete removes Count characters from string S, starting at position Index. All characters
after the delected characters are shifted Count positions to the left, and the length of the
string is adjusted.
-
Errors:
- None.
-
See also:
- Copy (477),Pos (546),Insert (521)
Listing: refex/ex15.pp