Page 1 of 1

multidimensional arrays

Posted: 17 Dec 2008 10:48
by Thomas.Pahl@t-online.de
Declaration of multidimensional arrays is not possible yet.
dim m as byte[10][10] 'discribed in mikrobasic v101 syntax
error: [ is not a valid identifier
Thopas

Re: multidimensional arrays

Posted: 17 Dec 2008 10:53
by zristic
Fixed, thanks.
The update follows soon.

Re: multidimensional arrays

Posted: 18 Dec 2008 04:02
by edg962
I noticed the same problem. Thanks for posting the question.

Best regards,
Ed
Thopas wrote:Declaration of multidimensional arrays is not possible yet.
dim m as byte[10][10] 'discribed in mikrobasic v101 syntax
error: [ is not a valid identifier
Thopas