|
@@ -331,6 +331,7 @@ begin
|
|
ExprTree := nil;
|
|
ExprTree := nil;
|
|
ExpColl := TExprCollection.Create;
|
|
ExpColl := TExprCollection.Create;
|
|
try
|
|
try
|
|
|
|
+ FConstantsList.FreeAll;
|
|
// FCurrentExpression := anExpression;
|
|
// FCurrentExpression := anExpression;
|
|
ParseString(AnExpression, ExpColl);
|
|
ParseString(AnExpression, ExpColl);
|
|
Check(ExpColl);
|
|
Check(ExpColl);
|