We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2983e18 commit e0f7334Copy full SHA for e0f7334
src/VBAexpressions.cls
@@ -259,8 +259,8 @@ Private Sub Class_Initialize()
259
e = Exp(1)
260
P_SEPARATORCHAR = ";"
261
P_GALLOPING_MODE = True
262
- FunctionsId() = Split(BuildinFunctIDList, P_SEPARATORCHAR)
263
- FunctionsName() = Split(BuildinFunctNameList, P_SEPARATORCHAR)
+ FunctionsId() = Split(BuildinFunctIDList, ";")
+ FunctionsName() = Split(BuildinFunctNameList, ";")
264
InitCBbuffer P_CONSTANTS
265
InitCBbuffer UserDefFunctions
266
'@--------------------------------------------------------------------
0 commit comments