GeneralStringInc

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


Your Ad Here

Declaration

Procedure GeneralStringInc          (Var S : TString; Const IncValue : TDynamicString);

Description

The GeneralStringInc procedure analyses the S parameter to determine if it has a number value embedded. If there is a number in the string then it increments the existing number value by one..

Example

S := 'Part1';

GeneralStringInc(S,'4');

//Part5

See also

String Manipulation Routines

Your Ad Here