Hi, How do i call the dictionary for the value by the vriable of key?
e.g.
item = “test”
I need to assign value to dictionary. dictionary(“”“+item+”“”).toString
But the double quotes seems to not work.
Hi, How do i call the dictionary for the value by the vriable of key?
e.g.
item = “test”
I need to assign value to dictionary. dictionary(“”“+item+”“”).toString
But the double quotes seems to not work.
Hi,
Can you try dictionary(item)
?
Regards,
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.