In a handler I have a problem:
Code: Select all
put item 1 of currentData into temp
put temp contains "EMG" into xxx
if item 1 of currrentData contains "EMG" then
beep 2 -- does not fire
end if
if xxx = "true" then beep 2 -- but this does
Craig