www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Declaration
Function Copy (Source : String; StartingIndex : Integer; Count : Integer) : string;
Description
The copy function returns a substring of a string, ie it creates a copy of part of a string. The result is a new string. The new string starts with the element at starting index in source. The new string contains up to count elements.
See also