Visual Indication of InTouch Script Errors
- Last UpdatedOct 24, 2018
- 1 minute read
Errors in InTouch script text are marked with a red "squiggly" underline.
Hovering over the error with the mouse cursor will display the error message as a tooltip. The tooltip error message provides the same information as the message shown when clicking the script verification button.
In some cases, more than one error will be underlined. This is not always possible because some errors prevent the compiler from continuing past the error.
When the "\" character is used to concatenate two strings to form a path, the script editor displays a red underline under "\". This is an exception and can be ignored. The path is constructed correctly in runtime.
