Is there a way of doing 'do while' loops in SCAR?
I.e. like a repeat until loop, but it checks the condition at the start instead of at the end.
Is there a way of doing 'do while' loops in SCAR?
I.e. like a repeat until loop, but it checks the condition at the start instead of at the end.
SCAR Code:while (statement) do
begin
Stuff;
end;
There we go![]()
Administrator's Warning:
It was nearly what I thought it was
Thanks very much.
There are currently 1 users browsing this thread. (0 members and 1 guests)