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
StripLTBlanks
See also:
trim
,
RemoveCharInString
Index
Statistical Background
StripLTBlanks
Declaration:
StripLTBlanks
(Instring: string): string;
The function
StripLTBlanks
returns the string
Instring
with the leading and trailing blanks stripped off.
Hint:
Please note that the functions
StripLTBlanks
and
trim
provide the same functionality for compatibility reasons.