How to use a variable variable name in Visual Basic (.Net)?
dim test as String
test = "mysetting"
My.Settings.{test} = "something"
Which should be the same as doing:
My.Settings.mysetting = "something"
Eh?
My.Settings(test) = "something"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With