I have 2 layouts, one layout has multiple buttons so when you click each one, it stored the loopindex of the clicked button in a global variable.
Now on the 2 layout, I have multiple text files with datas separated by "|". Each text filename is in this format "file_1", "file_2", "file_3", etc.
So what I am trying to accomplish is when the 2 layout loads, then tokenat should load corresponding file datas.
tokenat("file_"&"clickedID"&".Text", loopindex, "|")
The above does not work. Any ideas?
Thanks