How To Use Named Constants
A named constant is a programming object defined in the Object Dictionary for the application. The constant’s value is part of its definition.
By using named constants in place of literal constants in application programs, you ensure that a constant’s value can be quickly, easily, and universally changed, if necessary.