copy delphi
var
Source, Target : string;
begin
Source := '12345678';
Target := copy(Source, 3, 4);
ShowMessage('Target : '+Target);
end;
3.25
4
{Your Cod Here}
{Target} := copy({Source}, {Start}, {Distance});
Thank you!
4
0
Are there any code examples left?
New code examples in category Delphi