Ace Master
Centurion
- 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 don't exist to be with empty values like 0?
This because all the values are used for a chart and even I don't have one day values I want to see the rest of files on my chart.
Thanks
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 don't exist to be with empty values like 0?
This because all the values are used for a chart and even I don't have one day values I want to see the rest of files on my chart.
Thanks