Ace Master
Well-known member
- Joined
- Aug 28, 2003
- Messages
- 140
I have a loop for loading file(s) into one array.
Everything works fine if my files are in correct location. This problem appears when one or more files are not there and my application has a fatal error.
I made a function for check if my files are there and if not the application is closed without that big error (msgbox)
It is possible to read my files and the files that dont exist to be with empty values like
Everything works fine if my files are in correct location. This problem appears when one or more files are not there and my application has a fatal error.
I made a function for check if my files are there and if not the application is closed without that big error (msgbox)
It is possible to read my files and the files that dont exist to be with empty values like