Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
REDIM takes more resources than DIM?
#8
o2 fan..that would be me Big Grin 

well i am not sure what static array is in qb64 and i don't have such a thing in o2
but o2 have static type of any variables which are good options as local variable inside functions.
REDIM as such should as the name says RE-dimensioned existing array

if REDIM arr(100) to arr(1000) just allocate new space for keeping existing data in first 100
elements then is fine, but if reset whole array then is fine to i don't know what qb64 internaly do with it.

and this is just my observation... Wink
Reply


Messages In This Thread
REDIM takes more resources than DIM? - by bplus - 07-17-2024, 12:21 AM
RE: REDIM takes more resources than DIM? - by aurel - 07-17-2024, 12:43 PM



Users browsing this thread: 9 Guest(s)