Inserting Non-Displayable Characters in Strings
- Updated2025-08-15
- 1 minute(s) read
Use special escape codes to insert non-displayable characters, the backslash, and percent characters in the format string parameter. A code does not exist for the platform-dependent end-of-line (EOL) character. Use the end of line constant.
In the Scan From String function, a space in the format string parameter matches any amount of white space (spaces, tabs, and form feeds) in the input string.