Validity: Rule, Task
This is a counter for the exclusive use of information returned, if enabled, by SYS_FLAG.
Syntax |
I32 sys_count |
---|
Example
; I initialize the value of sys_count to 10 ; so 10 pieces of information will be entered into report sys_count = 10 |
Example
; if sys_count is equal to zero ; then in sr(1) will be stored the string ; "no other information will be entered into report" _if(sys_count = 0) sr(1) = "no other information will be entered into report" |