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
ReplaceControlChars
See also:
RemoveControlChars
,
ReplaceCharInString
Index
Statistical Background
ReplaceControlChars
Declaration:
ReplaceControlChars
(Instring: string; ReplacementChar: char): string;
The function
ReplaceControlChars
replaces all occurrences of control characters (= characters which have an ASCII code <32) in the string
Instring
by the character
ReplacementChar
. The resulting string is returned as the function result.