Delete

www.kxcad.net Home > Electronic Index > Altium(Protel) Index


Your Ad Here

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

Chr, Copy,  Insert, Length procedures.

Your Ad Here