Given a certain element, to know if it is activated or deactivated, as a result of a certain processing the following procedure can be done:
the element is selected:
ESEL, S, ELEMENT ,, 1! select element number 1
* GET, ELST, ELEMENT, 1, ATTR, LIVE! informs if element 1 is activated or deactivated, storing the answer in ELST, being: 1 if the element is active; -1 if inactive; 0 if no elements were selected.