Named Constants

Syntax

Const constantname [As datatype][= expression]

Const decPI As Decimal = 3.141593D

Const intMAX_HOURS As Integer = 40