Cannot Assign a Value to this Property

From Xojo Documentation

Error message

You tried to assign a value to a constant or other object type that does not accept a value.


Examples

Assigning a value to a constant:

Const SerialPort=1080
SerialPort=1040


See Also

Const, Var statements.