I'm attempting to set a variable from a variable i've searched high and low and looked in many books but still to no avail. I guess i'm using the wrong keyword.
I have many public variables like this:
i want to call them dynamically from a string something similar to this:
"var1" = "data"
I know in php you can use $$ to do a similar thing how do i do this in vb.net
Many thanks
Ben
I have many public variables like this:
Code:
Public Shared var1 As String
"var1" = "data"
I know in php you can use $$ to do a similar thing how do i do this in vb.net
Many thanks
Ben
Comment