2.3.1. Interrupt number (_INT.NO)
2.3.1. Interrupt number (_INT.NO)
Description | Manage the number of interrupts that occurred. For example, when an interrupt condition is met, the same program can be called. This can be used when the called program from which interrupt condition is generated needs to be checked. |
Grammar | _INT.NO=2 |
Example | IF _INT.NO=2 THEN |