Author: Alexander Barkov
Email: [EMAIL PROTECTED]
Message:
> 1) $r0 variable not works (always 0) because this line
> 
> if((i>0)&&(i<MAXRANDOM)){
> 
> prevents i == 0 and should be changed to
> 
> if((i>=0)&&(i<MAXRANDOM)){

Thanks, fixed.


Reply: <http://search.mnogo.ru/board/message.php?id=2077>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to