Array with associate keys

is there way to create array with associate keys?
can i use lists as array with associate keys?

example like
array = (‘100’=>‘test’, '200=>‘hello’, ‘201’=>‘welcome’)

Depends on how and what you use it for, you may find the Json format useful for sorting them

1 Like

thank you json array works.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.