Hello,

As the title indicates, I am trying to add a new variable when a button is clicked: Example - File Location, I want to provide 1 variable by default for a file to open. I would like to add other files as they are needed by clicking an "Add File Location" button so they can include additional files as needed. I have no way of knowing how many files may need to be included so I have to make the button add a generic variable name "File" then increment the additional files "File2", "File3", etc.

Thanks in advance