Language:
Русский
English
{Insert.PAS}
▀▀▀▀▀▀▀▀▀▀▀▀▀▀
{Sample code for the Insert procedure.}
var
S: String;
begin
S := 'Honest Lincoln';
Insert('Abe ', S, 8); { 'Honest Abe Lincoln' }
end.
Insert.PAS |
Language: {Insert.PAS} var |
|
|