REAL %GetStTextStep( HBJ in _h ) |
_h | Value of the HBJ or INT type. |
REAL _base REAL _step INT _range ; ST_TEXT_OBJ - object of Status text type _base := %GetStTextBase(ST_TEXT_OBJ\HBJ) _step := %GetStTextStep(ST_TEXT_OBJ\HBJ) _range := %GetStTextRange(ST_TEXT_OBJ\HBJ) |