Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | array name as a variable |
From: | Virgil Carroll |
Date: | Mon, 12 Feb 2001 23:50:46 -0000 |
Group,
Is there a way to have an array name set as a variable. Say for instance
that I want to set-up an array.
Fish = new Array (12);
Now I have other arrays that I may need information from as well. Based
upon the users input I need to pull the information from the correct array.
So if I use the formula:
X=10
Item_array = Fish
Item_value = Item_array (x); It does not work.
Any ideas if this is possible. I have not been able to get it to work. Any
help is greatly appreciated.
Tx,
Virgil Carroll
President/CEO
IStream Interactive
2013 2nd Avenue North, Suite B-4
Anoka, MN 55303
(763) 576-4595
vcarrollistreaminteractive [dot] com
www.istreaminteractive.com
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]