I have a situation where i have to manually merge a label with value and then store in array. For instance aaa 10 , bbb 20, ccc 30
The values are coming from text field and finally i have to bring this in such format... with comma seperated and label's are hardcoded.
How to create an Array or a String like this aaa 10 , bbb 20, ccc 30
with Key:Value pair