Home : Products : Hach WIMS : Hach WIMS Client : Documentation : Function Reference : Spread Functions : Primitive Functions : CLEAN
Q11517 - INFO: CLEAN

CLEAN (Primitive Spread Function) removes all non-printable characters from text.

SYNTAX:

CLEAN(text)

REMARKS:

The text argument is any data from which you want to remove non-printable characters.
Use the CLEAN function to remove text that contains characters that might not print with your operating system. For example, you can use the CLEAN function to remove some low-level computer code, which is frequently at the beginning and end of data files and cannot be printed.

EXAMPLES:

In this example, Chr(7) returns a non-printable character.

CLEAN( Chr(7) + "text" + Chr(7) ) equals text

Related Articles
Q11609 - INFO: TRIM

Article Attachments
No Attachments Available.

Related External Links
No Related Links Available.
Help us improve this article...
What did you think of this article?

poor 
1
2
3
4
5
6
7
8
9
10

 excellent
Tell us why you rated the content this way. (optional)
 
Approved Comments...
No user comments available for this article.
Created on 8/25/2008 2:51 PM.
Last Modified on 8/26/2008 10:01 AM.
Last Modified by No Author Name Available!.
Article has been viewed 2151 times.
Rated 0 out of 10 based on 0 votes.
Print Article
Email Article