A constant represents a read-only value. This error has the following causes and solutions:
If you need to assign a new value, declare an ordinary variable of the type desired and assign your value to that variable. If you need a variable with a restricted set of values, you can declare an enumeration, using the Enum statement.
For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).