Back Forward Library form
Completing the Static Variables tab

About Library rules

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. Renamed was Constants tab

Field

Description

Name

ArrayEnter 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. (others? primitive only?)

Value

Enter a literal value for the static variable. See Constants in Expressions.

Up About Library rules