Many Thanks for taking considering my question, I really appreciate your help.
actually look like I failed to explain here one more time..
the data is in my text file, like
E:\APPDEV\YefizMoney\store\quiz\quiz9.JPG # you have new text 1
E:\APPDEV\YefizMoney\store\quiz\quiz8.JPG # you have new text 2
E:\APPDEV\YefizMoney\store\quiz\quiz7.JPG # you have new text 3
and so on,
How can I split the text that is a location of image from text after #
I want to set image location part as variable let say image_part
and Test_part for text part.
So that I can use them in two different elements.
I want to create a simple loop that will pick each line data one by one. it upload image and then write text one done, it loop and move to second line.
Thanks