natashaXXX
Programmer
I am using an MDI form as my main form. This has a menu which includes File Open. If every time I open a file, I use the freefile function, will the number generated by the freefile function be unique to this file. For example I want to put this number in an array, and every time I save the file I want to remove the number from the array. Will the freefilenumber be unique to that particular file?