Unable to edit User Constants

tzarevich

New member
Click Enabled.
The variable name will be increased before;;;
After compiling, an error will occur.

How can I solve it?
 

Attachments

  • aaa.png
    aaa.png
    29.6 KB · Views: 1,982

Mugi

Member
the enable button just toggles the constant between enable and disabled.
;;; means that the constant is disabled, which is why the code errors since the constant is being used and if you disable it, the code cant find it.
to edit a constant, simply select one, and change it's value, you dont have to touch the enable button.
 
Top Bottom