Color indicators for script elements
- Last UpdatedJul 31, 2024
- 1 minute read
The QuickScript .NET editor uses different text colors to identify different script elements. The following table shows the text colors associated with script elements.
|
Element |
Color |
|---|---|
|
Keywords |
Blue Syntax highlighted while typing. |
|
Comments (both single line and multi-line) |
Green Syntax highlighted while typing. |
|
Strings |
Purple Syntax highlighted while typing. |
|
Function names, numeric constants, operators, semicolons, dim variables, alias variables, and so on |
Black See descriptions for Attribute names and Reserved words. |
|
Attributes, InTouch Tags, Reference Strings |
Maroon, bold face |
|
Reserved words |
Red, non-bold face |
|
.NET type names |
Teal, non-bold face |