• Welcome to Valhalla Legends Archive.
 

Static Array

Started by Lenny, November 26, 2003, 12:38 PM

Previous topic - Next topic

iago

Well, a static String is (dim blah as string * 15), so it would imagine a static array is.  

QuoteIs it possible to declare a static array at runtime?
...
It only allows me to declare its size as a constant...

It seems like you're trying to make a static array that can change, which doesn't particularely make sense..
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


Spht

Quote from: iago on November 28, 2003, 10:10 PM
QuoteIs it possible to declare a static array at runtime?
...
It only allows me to declare its size as a constant...

It seems like you're trying to make a static array that can change, which doesn't particularely make sense..


Which made me think he's referring to the "Static" statement which is declared in a procedure and retains it's value everytime that procedure is referenced.