This is a constant; its value can't be changed
From Xojo Documentation
Error message
This error occurs when you use a non-constant value in an expression used to define a constant.
Sample Code
Const CR = Chr(13)
This error occurs when you use a non-constant value in an expression used to define a constant.