View Single Post
Old 24 May 2017, 00:50   #91
Daedalus
Registered User
 
Daedalus's Avatar
 
Join Date: Jun 2009
Location: Dublin, then Glasgow
Posts: 6,343
Quote:
Originally Posted by idrougge View Post
Don't even the original Blitz docs say that you can make dynamically sized lists?
In the original Blitz 2.1, you still need to specify a maximum size, so

Dim List Things.l(200)

allocates enough memory for containing your list with 200 items in it, even though it contains 0 objects. They're still "dynamic" in that they only show the number of items you put in, but you'll get crashes if you go above the maximum.
Daedalus is online now  
 
Page generated in 0.04404 seconds with 11 queries