| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
I'm trying to pass an array of classes through a function and then access these the other side. for instance (in psuedo code) redim Array() for 0 to array end fill with data (these happen to be classes) but not sure that should make any difference?!) someFunction(array()) function someFunction(data) response.write data(0).property end function which doesn't work although data.property does if I specify which part of the array I'm passing i.e. someFunction(array(1)) |
|
#2
|
|||
|
|||
|
forgot to mention the above is using vbscript
|
![]() |
| Viewing: ASP Free Forums > Programming > Code Bank > pass array through a function |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|