Fixed not a number issue with expression.
This commit is contained in:
parent
94c8833f2a
commit
7b6342b8d7
@ -23,6 +23,7 @@ namespace jet {
|
|||||||
Operand op(in, tag);
|
Operand op(in, tag);
|
||||||
string = op.string;
|
string = op.string;
|
||||||
doubleValue = op.doubleValue;
|
doubleValue = op.doubleValue;
|
||||||
|
isNumber = op.isNumber;
|
||||||
if(!in.ifNext(")"))
|
if(!in.ifNext(")"))
|
||||||
throw coreutils::Exception("expected ) in expression.");
|
throw coreutils::Exception("expected ) in expression.");
|
||||||
} else if(in.ifNextIgnoreCase("SUBSTRING")) {
|
} else if(in.ifNextIgnoreCase("SUBSTRING")) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user