Hey all,
Take this for example..
SCAR Code:procedure test;
begin
Skip:=1;
for i:=1 to 3 do;
begin
if(Skip=i)then //next?
end;
end;
As you can see i want it to goto the next i. Next doesn't work, i know i could just do if(Not Skill=i)then code, but looks messy.






.
Reply With Quote
sorry
