|
Bay Six Software Beyond the Basics
|
View previous topic :: View next topic |
Author |
Message |
STPendl Full Member
Joined: 20 Aug 2007 Posts: 161 Location: Austria
|
Posted: Jan 14th, 2012, 11:43am Post subject: Dim_statement |
|
|
Remarks:
It should be emphasized that re-dimensioning arrays is not supported, may be with a red line to the left.
In addition the same should be done with the size supporting only literal numbers, since this is something users are used to do and it makes a big difference. _________________ Stefan
Any code I post can be freely used, just give credit. |
|
Back to top |
|
|
Brent Site Admin
Joined: 01 Jul 2005 Posts: 800
|
Posted: Jan 15th, 2012, 9:03pm Post subject: Re: Dim_statement |
|
|
Code: | ***** 14-Jan-2012
cannot be redimensioned.
The name is represented as "name(" internally. As such, names of arrays do not
***** 15-Jan-2012
cannot be redimensioned.
The size cannot be a variable or expression, nor can it be negative.
The maximum size of an array is determined by Liberty BASIC's limitations on
memory usage.
The name is represented as "name(" internally. As such, names of arrays do not
***** |
_________________ Brent |
|
Back to top |
|
|
|
|
|
|
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|