You attempted to use a constant in a command that doesn't allow a constant as a parameter. For example, if you attempt to clear or fill a constant using the clear or fill statements, this message will appear since a constant isn't a valid parameter for these statements. Message is the string indicating the attempted action for the constant, such as fill or clear.
Remove the reference to the constant, or use a statement with which the constant can be used as a valid parameter.