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 |
Value |
Enter a literal value for the static variable. See Constants in Expressions. |