|
|
@@ -2078,7 +2078,7 @@ class CalcProgram {
|
|
|
item.dispExprUser = analyzer.getDispExprUser(item.dispExpr, lc);
|
|
|
if (item.expression == "HJ") item.compiledExpr = "$CE.HJ()";
|
|
|
else item.compiledExpr = analyzer.getCompiledExpr(item.expression, lc);
|
|
|
- if (item.statement === '') {
|
|
|
+ if ((item.statement == undefined) || (item.statement == '')) {
|
|
|
item.statement = analyzer.getStatement(item.expression, template);
|
|
|
}
|
|
|
|