Re: [Gambas-user] Wiki Update

2014-09-17 Thread Randall Morgan
I am talking about native gambas arrays of any standard gambas type On Wed, Sep 17, 2014 at 6:04 AM, Tobias Boege wrote: > On Wed, 17 Sep 2014, Randall Morgan wrote: > > We were looking at: http://gambaswiki.org/wiki/cat/arraydecl > > But don't all array indices in Gambas begin at Zero? > >

Re: [Gambas-user] Wiki Update

2014-09-17 Thread Tobias Boege
On Wed, 17 Sep 2014, Randall Morgan wrote: > We were looking at: http://gambaswiki.org/wiki/cat/arraydecl > But don't all array indices in Gambas begin at Zero? > What does it mean to be an array? I'm not sure. If you call an "array" what can be used like an array then these are the classes imple

Re: [Gambas-user] Wiki Update

2014-09-17 Thread Randall Morgan
We were looking at: http://gambaswiki.org/wiki/cat/arraydecl But don't all array indices in Gambas begin at Zero? On Wed, Sep 17, 2014 at 5:15 AM, Tobias Boege wrote: > On Wed, 17 Sep 2014, Randall Morgan wrote: > > A colleague pointed out to me that the wiki does not specify is Gambas > > array

Re: [Gambas-user] Wiki Update

2014-09-17 Thread Tobias Boege
On Wed, 17 Sep 2014, Randall Morgan wrote: > A colleague pointed out to me that the wiki does not specify is Gambas > arrays are Zero or One based index. I told him zero based. However, I > though the wiki maintainer might want to add that to the wiki page for > arrays. > Which do you mean? There

[Gambas-user] Wiki Update

2014-09-17 Thread Randall Morgan
A colleague pointed out to me that the wiki does not specify is Gambas arrays are Zero or One based index. I told him zero based. However, I though the wiki maintainer might want to add that to the wiki page for arrays. -- If you ask me if it can be done. The answer is YES, it can always be done.