The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
$maxamount = 20;
$amount = 0;
WHILE($amount < $maxamount)
{ dosomething; $amount++; }
Or something like that, I'll work it out if it is supported. Also, does it require an ELSE method, or does it return automatically?
Cheers, monkey_man
$maxamount = 20;
$amount = 0;
WHILE($amount < $maxamount)
{ dosomething; $amount++; }
Or something like that, I'll work it out if it is supported. Also, does it require an ELSE method, or does it return automatically?
Cheers, monkey_man