View Single Post
  #2 (permalink)  
Old 10-22-2004, 01:25 AM
dr.p dr.p is offline
WebProWorld New Member
 

Join Date: Oct 2004
Location: sb in us
Posts: 12
dr.p RepRank 0
Default

Well, you've got:

Code:
For menuLoop = 1 to ScriptLoop
and then:

Code:
If MenuLoop = submenuLoop then
... "MenuLoop" should probably be "menuLoop"? Or is ASP not case sensitive with the var names?

Either way, where is ScriptLoop set and what is it set to? Since that's your loop limit, that part is important.
__________________
"Oh Peter. You're what the Spaniards call El Terrible" ~ Cleveland of "Family Guy"
Reply With Quote