Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Arrays

Status
Not open for further replies.

Chopstik

Technical User
Oct 24, 2001
2,180
US
Ok, I am having a problem with arrays. I can understand the concept , I just occasionally run into mental roadblocks trying to create them in different ways. <sigh>

Anyway, I am retrieving a recordset and I know that there can be multiple records. When there are multiple records, I want to be able to create an array for a few specific fields (I am retrieving almost 20 fields, but only need the array for the detail portion, which is 5 fields) and then display them using a For Next loop. So, I am thinking I will just create an array for each field, populate it from the recordset, and then iterate thru with the For Next loop when I'm ready to print on my ASP page. I'm running into my mental block when creating and populating. Can someone point me in the right direction? Thanks. Insanity is merely a state of mind while crazy people have a mind of their own.
 
Thanks, Kris. I'll take a look and see what I can figure out. Crossing my fingers and taking my brain off of auto-pilot. Insanity is merely a state of mind while crazy people have a mind of their own.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top