Skip to content

[Bug] Compile time constants are raised as errors #87

Closed
@sancarn

Description

@sancarn

Small bug I imagine

VERSION 1.0 CLASS
BEGIN
  MultiUse = -1  'True
END
Attribute VB_Name = "stdLambda"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

'Used for enabling some debugging features
#Const devMode = True 
'^^^^^^^^^^^^^^^^^^^ VBA Pro error on this line

Image

also

Image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions