I have a VB app that executes a DOS command which generates a text file.
The code then reads the text file and proceeds.
The DOS command executes correctly, then I get a RT error 9, subscript out of range.
If I immediately run the executable again, the program is proceeds normally.
Also, how do you "clean up" after your program terminates?
Thanks.
The code then reads the text file and proceeds.
The DOS command executes correctly, then I get a RT error 9, subscript out of range.
If I immediately run the executable again, the program is proceeds normally.
Also, how do you "clean up" after your program terminates?
Thanks.