10-09-2007, 07:20 PM
Quote:I geuss as each variable gets a value, I could then match it to a pre-defined collection
such as...
Code:
specificvar1=samplevar1
specificvar2=samplevar2
str samplecollection
samplevar1
samplevar2
samplevar3
samplevar4
Since I won't know the total number, I could create a whole bunch extra and then ignore them if they are zero in value.
I don't understand this.
Why not ARRAY(str)?
