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
pos
See also:
NumberedPos
,
NumberedPosBw
,
copy
,
insert
Index
Statistical Background
pos
Declaration:
pos
(ss, ms: string): integer;
Returns the position of the substring
ss
in the master string
ms
. If the substring is not contained in the master string a zero value is returned.