🧡 Skip to main content🔍 Skip to search

Control (Characters category in Variable Wizard) contains non-printable control characters that can be used in any input field. The most commonly used characters are newlines and tabs.

Additionally, the Control category contains vertical separators, as well as, path separator symbols for various operating systems.

Jump to…

Newline

NewlineDetails
Enter · CRLF The most commonly used linebreak/newline characters on Windows operating systems. The newlines consist of two separate chars—Carriage Return and Line Feed.
When used in multi-line input boxes, simply use the Enter/Return key to insert a newline character. However, the only technique to enter a newline in a single-line field, is to use the Variable Wizard.

Unicode: U+0D U+0A

Reversed · LFCR The less known variant of linebreak/newline character combination. It is used by some lesser known OSes, and when used in Windows can appear broken.
This non-printable sequence contains two characters—Line Feed followed by Carriage Return.

Unicode: U+0A U+0D

Unix-like / macOS · LF A Line Feed character is the most commonly used new line character on macOS and Unix/Linux like operating systems.
It is also called the End of Line or EOL, and it consists of a single character—Line Feed.

Unicode: U+0A

8-bit / Mac OS X · CR The single Carriage Return character was widely used by older 8-bit operating systems, such as Commodore and ZX Spectrum. It was also used in the classic Mac OS that was widely used more than 20 years ago.

Unicode: U+0D

IBM · NL A new line character used by EBCDIC encoding and widely utilized in IBM mainframes and IBM i operating system.

Unicode: U+15

AdjustMake quick variable adjustments by setting a different display name.

Tabs

TabsDetails
Tab · HT The Horizontal Tabulation character is a widely used text or cell separator for plain text files. It is also used as key/value separator in Automation Workshop, and as column separator when exporting tables to the .tsv format from Spreadsheet applications.
The Tab character is a non-printable character that can be entered into multiline fields using the Tab key on a keyboard. To insert the Character Tabulation in a single-line field, use the Variable Wizard.

Unicode: U+09

Vertical · VT The Vertical Tabulation character was widely used on older printers, but nowadays there are some scripts that use it to move a text cursor down vertically.
It consists of a single character value and is also known as the Line Tabulation character. Some applications use it in .csv files for the soft line break in a table cell.
There are still some industries (e.g., industrial hardware, medical devices, specialized communication protocols) where the VT character is widely used.

Unicode: U+0B

Tab key A symbol for the Horizontal Tab Key on a keyboard. It can be used as an alternative representation of a Tab character. It is a printable character that doesn't provide any additional functionality.

Unicode: U+2B7E

Vertical Tab key ⭿ The Vertical Tab Key symbol that is seldomly used on some virtual keyboards. It is a printable character that doesn't provide any additional functionality.

Unicode: U+2B7F

Pipes

PipesDetails
Pipe | The Pipe or Bar character that can be represented in both—ASCII and Unicode encodings. It is the default list separator symbol in Automation Workshop, because it can not appear in file paths.
The Vertical Line (aka Pipe) character can be entered directly into input fields from most of the physical keyboards, but sometimes it is convenient to use it from the Variable Wizard.

Unicode: U+7C

Broken bar ¦ Historically, the Broken Bar character was indistinguishable from the Pipe character, however it has a different code point in the Unicode encoding.

Unicode: U+A6

Double pipe A Double Vertical Line character.

Unicode: U+2016

Slash / The Slash character is used as a path separator character in Unix/Linux and macOS operating systems. It is also widely used to separate path elements on the web, FTP, WebDAV, and other cloud servers.
The Slash key is available on most keyboards, and its alternative name of the Slash character: Solidus.

Unicode: U+2F

Backslash \ The Backslash character (also known as Reverse Solidus) is a directory separator character for paths in Windows operating system. It is used for both—local files and network shares.
The Backslash symbol can be entered directly from a keyboard and is widely used in programming languages and mathematics.

Unicode: U+5C

Questions?

If you have any questions, please do not hesitate to contact our support team.