incremental checking
Posted: Fri Apr 06, 2012 3:42 pm
hello,
i have put a value into a variable and i want to check it every 5 increments
i was wondering instead of using 5 or 10 or 15 or 20 is there another bit of code i could use?
i have put a value into a variable and i want to check it every 5 increments
Code: Select all
if sTime = 5 or 10 or 15 or 20 then
send sHelp to field "data"
end if