Computer Science Canada Error messages |
Author: | Intet22 [ Thu Jun 02, 2011 11:29 am ] |
Post subject: | Error messages |
I am trying to make a program that opens a file, but if it cant find the file it will output an error message to the user and go back to my main menu. I just need to know how to get the error message to work. |
Author: | Tony [ Thu Jun 02, 2011 12:01 pm ] |
Post subject: | RE:Error messages |
If a file can't be found, then Error.LastMsg should have been set to some value. |