www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Declaration
procedure Delete(var Str: String; StartingIndex : Integer; Count : Integer);
Description
The Delete procedure removes Count characters from a string starting at StartingIndex. If Count is more than the number of characters remaining in the string, Delete deletes the rest of the string, starting from StartingIndex.
See also