Programmer Guide/Command Reference Options/Silent: Difference between revisions
From STX Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Many S_TOOLS-STx commands support the <code>/Silent</code> option. Where available, this option leads to exceptional situations being reported as warnings instead of errors. | Many S_TOOLS-STx commands support the <code>/Silent</code> option. Where available, this option leads to exceptional situations being reported as warnings instead of errors. | ||
Note that there are a few commands where, before introducing the ''silent'' option, the <code>/S</code> flag had already been assigned to a different option. In order not to break existing user code, for the respective commands, the ''silent'' flag is indicated by a different letter (e.g. <code>/L</code> for the [[Programmer_Guide/Command_Reference/LOAD|LOAD]] command). | Note that there are a few commands where, before introducing the ''silent'' option, the <code>/S</code> flag had already been assigned to a different option. In order not to break existing user code, for the respective commands, the ''silent'' flag is indicated by a different letter (e.g. <code>/L</code> for the [[Programmer_Guide/Command_Reference/LOAD|LOAD]] command). | ||
<!-- C.G. 15.3.2011 --> |
Revision as of 13:54, 15 March 2011
Many S_TOOLS-STx commands support the /Silent
option. Where available, this option leads to exceptional situations being reported as warnings instead of errors.
Note that there are a few commands where, before introducing the silent option, the /S
flag had already been assigned to a different option. In order not to break existing user code, for the respective commands, the silent flag is indicated by a different letter (e.g. /L
for the LOAD command).