Skip to content

Commit 6f604a8

Browse files
committed
Improvements: integration with VBAexpressions core modules.
1 parent 056ef69 commit 6f604a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CSVexpressions.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Option Explicit
4747
' Argument = (List | Variable | Operand)
4848
' List = "{" ["{"] SubExpr [{";" SubExpr}] ["}"] "}"
4949
' Unary = "-" | "+" | ~
50-
' Operand = ({Digit} ["."] [{Digit}] ["E"("-" | "+"){Digit}] | (True | False))
50+
' Operand = ({Digit} ["."] [{Digit}] ["E"("-" | "+"){Digit}] | (True | False) | "'"Alphabet"'")
5151
' Variable = Alphabet [{Decimal}] [{(Digit | Alphabet)}]
5252
' Alphabet = "A-Z" | "a-z"
5353
' Decimal = "."

0 commit comments

Comments
 (0)