Hello all,
Question, really what would be best, is it possible, and what direction to take.
I have two items
parts(0) and parts(1)
there are in essence my settings so
parts(0) = "indicator on" and parts(1) = "true"
Can I declare a variable ie
Dim parts(0) = parts(1)
otherwise do they need to be in an array? and can I search that for the setting name and get its value?
Question, really what would be best, is it possible, and what direction to take.
I have two items
parts(0) and parts(1)
there are in essence my settings so
parts(0) = "indicator on" and parts(1) = "true"
Can I declare a variable ie
Dim parts(0) = parts(1)
otherwise do they need to be in an array? and can I search that for the setting name and get its value?