Skip to content

Commit 461f862

Browse files
committed
Set gallop as default mode
1 parent 48b005a commit 461f862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VBAexpressions.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ Private Sub Class_Initialize()
268268
PI = 4 * Atn(1)
269269
e = Exp(1)
270270
P_SEPARATORCHAR = ";"
271-
P_GALLOPING_MODE = False
271+
P_GALLOPING_MODE = True
272272
P_FORMATRESULT = False
273273
BuildinFunctIDList = "abs;floor;asin;acos;asc;atn;array;avg;ceil;chr;cos;choose;date;dateadd;datediff" & _
274274
";datepart;dateserial;datevalue;day;ddb;det;exp;format;fv;fzero;gamma;hour;iff;inverse;ipmt" & _

0 commit comments

Comments
 (0)