| Contents: | Main | Chapter | See Also: | Getting Started Manual | Programmer Manual | |||
| Format: | BREAKABLE(n) |
| Parameters: | n is a number or numeric expression with a value of 1 or 0. |
| Use: | This function returns nothing. When used within a PRINT template, this function determines whether or not <Ctrl-C> can be used to break out of a report print. If n=1, <Ctrl-C> will break out; if n=0, it will not. Under default conditions, <Ctrl-C> will break you out. The value of n is returned. |
| Example: | BREAKABLE(0)=>0; [<Ctrl-C> is disabled] |
Reviewed/Updated: March 4, 2007