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
RemoveCharInString
See also:
StripLTBlanks
,
RemoveControlChars
,
ReplaceCharInString
Index
Statistical Background
RemoveCharInString
Declaration:
RemoveCharInString
(Instring: string; CharToRemove: char): string;
The function
RemoveCharInString
removes all characters as specified by the parameter
CharToRemove
from the string
Instring
and returns the stripped string as function result.