Influence on LST file contents: $Oninclude and $Offinclude

Top  Previous  Next

Ordinarily the LST file contains an echo print of the contents of all included files with contents expanded for any passed arguments.  On can exclude such listings using

a $Offinclude command which can be subsequently reversed using $Oninclude.
a $Offlisting in a file to be include which does not need to be matched by a $Onlisting as GAMS will automatically reset the echo print to on text status after the file is included.