Sorry that I got both of you into this fight(:
I will now end this thread with one more question:
Is this how I can typesend a range of numbers?
SCAR Code:Procedure typecrap;
var
numbai:integer;
numbas:string;
begin
numbai:=27+random(300000);
numbas:=numbai;
typesend(numbas);
end;




Reply With Quote







