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
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
if sTime = 5 or 10 or 15 or 20 then
send sHelp to field "data"
end if
d.m.holdawayGA2553 wrote:hello,
i have put a value into a variable and i want to check it every 5 incrementsi was wondering instead of using 5 or 10 or 15 or 20 is there another bit of code i could use?Code: Select all
if sTime = 5 or 10 or 15 or 20 then send sHelp to field "data" end if