DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
Strings
insert
See also:
copy
,
delete
,
pos
,
replicate
Index
Statistical Background
insert
Declaration:
insert
(substr: string; var dest: string; index: integer);
Inserts the substring
substr
into the string
dest
, beginning at a position defined by
index
.