--- ibx/trunk/runtime/nongui/ibxscript.pas 2019/02/05 10:09:21 286 +++ ibx/trunk/runtime/nongui/ibxscript.pas 2019/04/11 08:51:23 287 @@ -1702,6 +1702,11 @@ begin begin command := AnsiUpperCase(RegexObj.Match[1]); param := trim(RegexObj.Match[2]); + if command = 'GENERATOR' then + begin + Result := false; + Exit; + end; if command = 'AUTODDL' then AutoDDL := ((RegexObj.MatchLen[2] = 0) and not AutoDDL) or (RegexObj.MatchLen[2] > 0) and Toggle(param)