Skip to content

Commit e0f7334

Browse files
committed
Update VBAexpressions.cls
1 parent 2983e18 commit e0f7334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/VBAexpressions.cls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ Private Sub Class_Initialize()
259259
e = Exp(1)
260260
P_SEPARATORCHAR = ";"
261261
P_GALLOPING_MODE = True
262-
FunctionsId() = Split(BuildinFunctIDList, P_SEPARATORCHAR)
263-
FunctionsName() = Split(BuildinFunctNameList, P_SEPARATORCHAR)
262+
FunctionsId() = Split(BuildinFunctIDList, ";")
263+
FunctionsName() = Split(BuildinFunctNameList, ";")
264264
InitCBbuffer P_CONSTANTS
265265
InitCBbuffer UserDefFunctions
266266
'@--------------------------------------------------------------------

0 commit comments

Comments
 (0)