FME Form: 2024.2
Special Characters
FME Form supports the following special characters in the Text Editor:
Special Character |
Escape Sequence Syntax |
Description |
---|---|---|
Audible alert | \a | Produces an audible alert or bell sound. |
Backspace | \b | Moves the cursor back one position. |
Carriage return | \r | Moves the cursor to the beginning of the current line. |
Form feed | \l | Advances the printer to the next logical page. |
Horizontal tab | \t | Moves the cursor to the next horizontal tab stop. |
Newline | \n | Moves the cursor to the beginning of the next line. |
Vertical tab | \v | Moves the cursor to the next vertical tab stop. |