Normalize End Of Line VI
- Updated2025-07-30
- 2 minute(s) read
Converts the line endings of the input string to the line ending format you specify. If you do not specify a line ending format, this VI converts the line endings of the string to the line endings that the current platform expects. Use this VI to make your strings readable by different platforms or by the command line of the current platform.
For example, if you specify UNIX in end of line, LabVIEW converts the line endings of string in to \n because \n is the standard UNIX line ending.

Inputs/Outputs
end of line (Native)
—
end of line specifies the line ending to which to convert. Note In LabVIEW for macOS, Native and Native Command Line are equivalent to UNIX. In LabVIEW for OS X 32-bit, Native and Native Command Line are equivalent to Macintosh.
string in
—
string in specifies the string containing the line endings you want to convert.
string out
—
string out returns the string with converted line endings. |
end of line (Native)
—
string in
—
string out
—