SCAR Code:
Function checks: boolean;
var
Upchars10, I : integer;
begin;
Upchars10:=loadchars2(apppath+'Upchars');
For I:=1 to 6 Do
begin
Case I of
1: if (FindText('1',UpChars10,7,660,375,704)=true) then Result := True;
2: if (FindText('2',UpChars10,7,660,375,704)=true) then Result := True;
3: if (FindText('3',UpChars10,7,660,375,704)=true) then Result := True;
4: if (FindText('4',UpChars10,7,660,375,704)=true) then Result := True;
5: if (FindText('5',UpChars10,7,660,375,704)=true) then Result := True;
6: if (FindText('6',UpChars10,7,660,375,704)=true) then Result := True;
end;
end;
If result = true then telefast;
end;
Lol why does this function allways shows true ?
Even when the chars is not visible
P.S. this function is not for RS