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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

objects parameters in asp page

Status
Not open for further replies.

precimonito

Programmer
Jan 20, 2001
18
EC
hi i have an asp page, with this code

dim myObject1
dim myObject2

set myObject1= Server.create("component.Object1")
set myObject2= Server.create("component.Object2")
...
myObject2.list(myObject1)

as you can see, i want to pass my object1 to the "myobject2" list function,
i don't know if i can do that,, is there a way i can do that??
maybe an alternative??
thanks in advance

precimonito
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top