ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/runtime/nongui/ibxscript.pas
(Generate patch)

Comparing ibx/trunk/runtime/nongui/ibxscript.pas (file contents):
Revision 286 by tony, Mon Feb 4 13:34:37 2019 UTC vs.
Revision 287 by tony, Thu Apr 11 08:51:23 2019 UTC

# Line 1702 | Line 1702 | begin
1702      begin
1703        command := AnsiUpperCase(RegexObj.Match[1]);
1704        param := trim(RegexObj.Match[2]);
1705 +      if command = 'GENERATOR' then
1706 +      begin
1707 +        Result := false;
1708 +        Exit;
1709 +      end;
1710        if command = 'AUTODDL' then
1711          AutoDDL := ((RegexObj.MatchLen[2] = 0) and not AutoDDL) or
1712                     (RegexObj.MatchLen[2] > 0) and Toggle(param)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines