| u6193 | Index Level | u0065 |
| Syntax |
result = OCONV( value, 'u63' )
result = ICONV( value, 'u63' ) |
| Category | BASIC |
| Type | User Exit |
| Description |
sets/clears privilege bits.
The bit to be set or cleared is indicated by 'value' which must be one of the following: 0 Entire table -1 Inhibit (like break on/off, but works like a bit) -2 TCL restart -3 Break/End restart if iconv is used then the value is set. If oconv is used, then the value is cleared. The 'result' is the value of the bit before it was changed except when used with the 'value' 0 in which case, the result is undefined. This user exit is similar to the bitset and bitreset statements on some licensee platforms. |
| Options | |
| See Also | user exits, FlashBASIC |
| Example | |
| Warnings |
If the TCL restart or the Break/End restart bits are set, and there is no account proc (or macro), then an attempt to go to TCL or end may cause an infinite loop.
This feature is available only on release 6.1 and above. (Some early release 6.1 versions may require a patch.) |
| Compatibility | AP 6.1 |
| u6193 | Index Level | u0065 |