I am having trouble printing List of tuple string , it could be a key value thing but i am not able to print anything right with success


I am writing to text the orderList like the image , but getting this
(FT4, System.Collections.Generic.List`1[System.String])
1 Like
Imran_Khan
(Imran Khan)
2
Is there a specific reason why do you have to tuple? Can you not just use list? Or maybe a dictionary?
trying to fix a solution that was written already, so i have to work with it
Imran_Khan
(Imran Khan)
4
Imran_Khan
(Imran Khan)
5
If you want to run a loop. do this

First you will have to convert the tuple into a Iist or array and the run the for each
wow want to see those steps, can you upload larger or send me via email (messaged you)