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 48b005a commit 461f862Copy full SHA for 461f862
src/VBAexpressions.cls
@@ -268,7 +268,7 @@ Private Sub Class_Initialize()
268
PI = 4 * Atn(1)
269
e = Exp(1)
270
P_SEPARATORCHAR = ";"
271
- P_GALLOPING_MODE = False
+ P_GALLOPING_MODE = True
272
P_FORMATRESULT = False
273
BuildinFunctIDList = "abs;floor;asin;acos;asc;atn;array;avg;ceil;chr;cos;choose;date;dateadd;datediff" & _
274
";datepart;dateserial;datevalue;day;ddb;det;exp;format;fv;fzero;gamma;hour;iff;inverse;ipmt" & _
0 commit comments