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
RemoveControlChars
See also:
RemoveCharInString
,
ReplaceControlChars
Index
Statistical Background
RemoveControlChars
Declaration:
RemoveControlChars
(Instring: string): string;
The function
RemoveControlChars
removes all characters below
ASCII
32 from the string
Instring
and returns the stripped string as function result.