Inserting Non-Displayable Characters in Strings
- 已更新2025-08-15
- 閱讀時間為 1 分鐘
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.