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

2012-10-02 Thread Ru Vuott
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

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

2012-10-02 Thread nando
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

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

2012-09-30 Thread Ru Vuott
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 -