Hi,
This is kinda confusing, but I'm using Split function to have a filename and filetype like this : Set(Col1, Split("test.xlsx","."))
The result as expected is a collection of those two part, but in 1 column with name "Result"
How do I get the 1st and the 2nd, lets say I want to put each in a label.
Or is there a better way to have the file name and file type ?
Thanks
Solved! Go to Solution.
You can access the two split values this way:
First(Col1).Result
Last(Col1).Result
Hope that helps,
Bryan
You can access the two split values this way:
First(Col1).Result
Last(Col1).Result
Hope that helps,
Bryan
Hi,
Thank you very much.
Solved.
User | Count |
---|---|
158 | |
99 | |
83 | |
77 | |
59 |
User | Count |
---|---|
196 | |
173 | |
103 | |
95 | |
89 |