Using diff customer function, how can I use If to compare counter values or use the counter value at certain point to perform other math application? can I access the counter values on run? where the current counter value is located in memory so I can access it? I want to do something like
if the current value of counter 1= > 5 do....
else if the current value of counter 1<5 do ...
end if
Thanks