GMan Well-Known Member Licensed User Longtime User Mar 2, 2019 #1 How can i convert an list array ("1.jpg","2.jpg" ....) to a string so that i can use the "1.jpg" etc. as a single string to load the depending file ?
How can i convert an list array ("1.jpg","2.jpg" ....) to a string so that i can use the "1.jpg" etc. as a single string to load the depending file ?
DonManfred Expert Licensed User Longtime User Mar 2, 2019 #2 B4X: for each entry as string in myarray log(entry) next ? Upvote 0