|
|
|
|
|
| | |
| |
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Please help with Arrays |
|
From: |
Jeremy Weber |
|
Date: |
12/1/1999 6:10:28 PM |
|
IP: |
63.69.121.132 |
I have two arrays. The first array is two dimensional and simply looks like this...
1 Windows31
2 windows95
3 windows98
4 windowsnt
5 linux
6 solaris
etc...
The second comes from a text field in an access database. The value is typically something like this
curval = 1,3,5
I split this array using the following...
tpc = split(curVal,",")
What I need to do is loop through the second array to eventually show the user the corresponding value from the first array. IE...
if curval = 1,3,5
then
Windows31
windows98
linux
Would all be selected. Any help at all would be appreciated. You may email me directly if you think you may have a solution to this problem.
Jeremy Weber
jweber@mecasw.com
|
Follow Up - Re: Please help with Arrays - Tim 12/2/1999 8:20:27 AM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|