I have a set of arrays, titled arrayN, arrayV, arrayA
I want to be able to build the name of the array I need to refer to on the fly, e.g.,
put "array" & "N" into theArrayName
put theArrayName["@"]
this does not work -- using a variable for the name of the array causes the array not to be properly referenced. What am I doing wrong, or what can one do to actually build an array reference of this sort that works?
rand valentine
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
