|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi, i'm writing an asp class to draw a table (html) and I need to do something like this:
dim objList set objList = new class_List objList.FieldName = "Field 1" objList.FieldWidth = "50%" objList.FieldName = "Field 2" objList.FieldWidth = "50%" My question is: how do I get this diferent values for the same proprety (FieldName and FieldWidth) inside my class? I tried to store it in an array but I could not figure out how. Any help will be apreciate. PS: Sorry my bad English |
|
#2
|
|||
|
|||
|
I'm not sure .. but try this ..
For each thing in objList
Response.Write thing&" "&objList(thing) Next
__________________
Rajeev |
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > writing an asp class, need help please |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|