DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


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.