EDIT$(expr, edit-code)
The EDIT$ function modifies the specified string expression according to the edit-code, which may contain one or more of the following flags:
|
Flag |
Effect |
|
2 |
Remove spaces and tabs |
|
4 |
Remove CR,LF,FF,RUB,ESC,NULL |
|
8 |
Remove leading spaces and tabs |
|
16 |
Shrink multiple spaces/tabs to one space |
|
32 |
Remove trailing spaces and tabs |