Guys
I have two spinners. Both have been declared in Globals along with their Maps and two strings to store the value of each spinner.
Both Maps have been initialized in a Sub and words have been added to each spinner/map via the .Add and .Put methods.
However, when I attempt to assign the value of each spinner map using the .Get(Value) method to its string, the following appears:
First spinner map: the value of the spinner appears when I hover the cursor over the .Get(Value) method and it appears in the string assigned to it.
Second spinner map: the value of the spinner appears when I hover the cursor over the .Get(Value) method but it appears as 'null' in the string assigned to it - as thought the value is becoming 'lost' when assigning it to its string.
It is quite bizarre. Any ideas?
Thank-you.
I have two spinners. Both have been declared in Globals along with their Maps and two strings to store the value of each spinner.
Both Maps have been initialized in a Sub and words have been added to each spinner/map via the .Add and .Put methods.
However, when I attempt to assign the value of each spinner map using the .Get(Value) method to its string, the following appears:
First spinner map: the value of the spinner appears when I hover the cursor over the .Get(Value) method and it appears in the string assigned to it.
Second spinner map: the value of the spinner appears when I hover the cursor over the .Get(Value) method but it appears as 'null' in the string assigned to it - as thought the value is becoming 'lost' when assigning it to its string.
It is quite bizarre. Any ideas?
Thank-you.