LEAVEPRINT
The LEAVEPRINT function removes all non-printable characters from a text item.
- Syntax:
- LEAVEPRINT (single-text-expression)
- Meaning:
- LEAVEPRINT (text_to_change)
- Returns:
- A single text item
LEAVEPRINT returns a string containing only printable characters in text_to_change.
Examples
LEAVEPRINT ("A-b<SP>C-1$3<CR><LF>")
Returns: A-b C-1$3
Related functions
|
|
|
|
|
|
|