Thank you, nando, for your contribution.
--- Mar 2/10/12, nando ha scritto:
> Da: nando
> Oggetto: Re: [Gambas-user] Unending cycle "For...Next" with variable As Byte
> A: "mailing list for gambas users"
> Data: Martedì 2 ottobre 2012, 07:38
> When
it beyond the possible range.
-- Original Message ---
From: Ru Vuott
To: gambas-user@lists.sourceforge.net
Sent: Sun, 30 Sep 2012 15:57:56 +0100 (BST)
Subject: [Gambas-user] Unending cycle "For...Next" with variable As Byte
> Hello,
>
> maybe I'm in the cloud
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
-