program New;
{.include srl/srl.scar}
var x, y:Integer;
begin
wait(2000)
if isUpText('axe')then;
typesend('yay')
if not isUpText('axe')then;
typesend('noooooo')
end.
it says yay noooooo even if its finds or does not find isUpText('axe')
plz can somone tell me why![]()


Reply With Quote


then you want
