[Gambas-user] Unending cycle "For...Next" with variable As Byte

Ru Vuott vuott at ...325...
Sun Sep 30 16:57:56 CEST 2012


Hello,

maybe I'm in the clouds.... but I don't understand why this cycle:

**********
Public Sub Button1_Click()

  Dim j As Byte

  For j = 0 To 255

   Print j

  Next

End
**********

runs "ad infinitum" !

Regards
vuott




More information about the User mailing list