An easy question I am sure:
With a FileListBox that will display a set of file's I then want to take the selected file & chop off the extension & then insert it into an open file.
My problem is with the selected file how do I capture this?
Cheers
Printable View
An easy question I am sure:
With a FileListBox that will display a set of file's I then want to take the selected file & chop off the extension & then insert it into an open file.
My problem is with the selected file how do I capture this?
Cheers
file1.list(file1.listindex)
Works like a charm, thanks.