writing
dim const variablename as string = "ConstantValue"
in the IDE gets auto-capitalized in
Dim const variablename As String = "ConstantValue"
the "const" keyword is not capitalized
dim const variablename as string = "ConstantValue"
in the IDE gets auto-capitalized in
Dim const variablename As String = "ConstantValue"
the "const" keyword is not capitalized