SymbolicConstant(...)
The SymbolicConstant method creates a SymbolicConstant object.
Path
SymbolicConstant
Required arguments
- text
A String specifying the text of the SymbolicConstant object. The String must contain only capital letters, digits, or underscores and must not start with a digit.
Optional arguments
None.
Return value
A SymbolicConstant object.
Exceptions
None.