precimonito
Programmer
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
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