Library form - Completing the Static Variables tab

Library form – Completing the Static Variables tab

To define a Java static variable in your library, enter it on this tab. The constants that you enter are available to all functions in the library.

All data in this tab is optional.

Field Description
Name Enter the name of a Java static variable, for example DEBUGGER4. By convention, use uppercase names for static variables. (You can use lowercase letters if you want.)
Data type Select a Java data type for the constant, such as int or Boolean.
Value Enter a literal value for the static variable. See Constants in Expressions.

About Library rules