[Gambas-user] Gmine 0.9

Laurent Godard listes.godard at ...11...
Fri Mar 26 13:20:36 CET 2004


Hi pozzo,
hes with error #11 in your initialiation loop of Harry array
> 
> SUB reset()
> 
> FOR i=0 TO 998
> FOR j = 0 TO 998
> Harry[i,j] = false
> NEXT
> NEXT
> 

this works

FOR i=0 TO nbX
FOR j=0 TO nby
Harry[i,j] = false
NEXT
NEXT

Laurent

-- 
-----------------------------------------
Laurent Godard - Conseil et Développement
06 85 33 27 90 - dev.godard at ...11...
-----------------------------------------




More information about the User mailing list