| |
mhuckaba
Posts: 2
Score: 0
Joined: 5/26/2005
From:
Status: offline
|
Please can someone tell me how I can say: "variable".property or "dropdownlist.value".property in VB script? I know that a constant variable can be used in this way, as in: const var = "field_name" var.property and I have seen in various examples in the help file "string literal".property How can I make something a string literal, and still have it be a variable, or how can I refer to an object with a variable as in the first examples?
|
|