Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
For each loop in ASP
Message
From
15/12/1999 13:05:42
Christian Bellavance
Université du Québec à Hull
Hull, Quebec, Canada
 
 
To
All
General information
Forum:
Visual Basic
Category:
VBScript
Title:
For each loop in ASP
Miscellaneous
Thread ID:
00304174
Message ID:
00304174
Views:
62
I am reposting my question because something went wrong the last time.

I always get an error when i try this code in an ASP with IIS 4.0

set Videos = CreateObject("MyDll.Videos")
for each V in Videos
Response.Write "

V.Name

"
next

set Videos = nohting


I always get the error saying "Object does not support this method or property" on the line "for each V in Videos". I guest that V as to be declared some how. If it is the case how do I do that?
Reply
Map
View

Click here to load this message in the networking platform