[Public | Private] Const ConstantName = {Value}
Defines a constant to use elsewhere in coding. These constants are immutable.
Const cDayNames = {"Mon", "Tue", "Wed", "Thu", "Fri","Sat","Sun"} '6 meaning index 0-6, thus 7 elements...
Const cMonthsInYear = 12
Public Const MinRequiredPercentage = 0.7
Private Const BackgroundColor = &hFF8040
Public Const mEndOfTimes = #2500-12-31#
Public Const mWorkStartTime = #09:00#