- Aug
- 2,799
- 144
Code:
select set theFiles=(*.*) & set thefile
but after pressing return,
just the last file that I have selected is stored in the environment variable thefiles.
Code:
thefiles=hb.prg
How can I store a list of the selected files into the environment variable thefiles using the SELECT command?
Joe