> On Sat, May 31, 2014 at 2:38 PM, Benoît Minisini <
> gam...@users.sourceforge.net> wrote:
> 
> > Hi people,
> >
> > Does anybody have an objection against the following change:
> >
> > "For Each Value In Enumeration" raise an error if `Enumeration` is NULL.
> >
> > I suggest that instead it does nothing, as if Enumeration was a void array.
> >
> > What do you think?
> >
> > --
> > Benoît Minisini
> >

So, :
100  Dim aTest As String[]
101  Dim sItem As String
102
103  For Each sItem In aTest
104    Print sItem
105  Next
106  Print aTest.Count

would just just fail at line 106 rather than 104?
No objections, I just cant see the point?

regards
Bruce
-- 
B Bruen <bbr...@paddys-hill.net>

------------------------------------------------------------------------------
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to