Difference between revisions of "SET OPTLOG"
From Recital Documentation Wiki
		
		
		
Barrymavin  (Talk | contribs)  (→Example)  | 
				Barrymavin  (Talk | contribs)   (→Example)  | 
				||
| Line 22: | Line 22: | ||
==Example==  | ==Example==  | ||
| − | <  | + | <source lang="recital">  | 
// No error, even if crash() function does not exist  | // No error, even if crash() function does not exist  | ||
set optlog on  | set optlog on  | ||
| Line 41: | Line 41: | ||
[[Category:Documentation]]  | [[Category:Documentation]]  | ||
[[Category:Commands]]  | [[Category:Commands]]  | ||
| − | [[Category:Set_Commands|OPTLOG]]  | + | [[Category:Set_Commands|OPTLOG]]</source>  | 
Revision as of 03:57, 12 March 2009
SET OPTLOG
Class
Environment
Purpose
To specify whether logical expression optimization should take place
Syntax
SET OPTLOG ON | OFF
See Also
Description
The SET OPTLOG command is used to specify whether logical expression optimization should take place or not.
Example
// No error, even if crash() function does not exist set optlog on ? .F. and crash() // Gives error if crash() function does not exist set optlog off ? .F. and crash() // No error, even if crash() function does not exist set optlog on ? .T. or crash() // Gives error if crash() function does not exist set optlog off ? .T. or crash()</code> ==Products== Recital Database Server, Recital Mirage Server, Recital Terminal Developer [[Category:Documentation]] [[Category:Commands]] [[Category:Set_Commands|OPTLOG]]