[Gambas-user] New feature in the IDE code editor

John Spikowski support at ...2529...
Wed Aug 15 00:49:02 CEST 2012


On Wed, 2012-08-15 at 08:20 +1000, Richard Terry wrote:
> >   
> Thanks Benoit, I often screw up on that one!
> 
> Richard

I guess I'm spoiled using a typeless scripting language. I don't even
have to DIM arrays either. 

To 'DIM' an array in SB, I do the following. Creates a[] with a million
elements.

SPLITA STRING(1000000,"0") BY "" TO a

only takes a fraction of a second if dynamic allocation is too slow.
Accessing arrays elements once created perform as expected.







More information about the User mailing list