I am getting a list of files in a folder and storing them into a variable named Files
This works well and as designed, and I can see all the files in the folder.
The issue comes in when I try to reference the first item in the array Files[0]
I've tried:
=Files[0]
=$Files[0]
=%Files[0]%
I get a series of different errors and cannot seem to be able to select that item.