W.E.T.
04-21-2004, 04:44 PM
Alrite,
I have a little problem. I didnt notice it at first but when I read a string from an external file into an array the program stops reading from a row/column when it sees a space. Is there a way to make it comma delimited instead??? I have set character too:
character*100
Also, I let the user enter the name of the input file themselves, is there a way to use my own valiadtion if the file does not exsist, instead of the the program throwing up and error and exiting the program???
Thanks
Nick
I have a little problem. I didnt notice it at first but when I read a string from an external file into an array the program stops reading from a row/column when it sees a space. Is there a way to make it comma delimited instead??? I have set character too:
character*100
Also, I let the user enter the name of the input file themselves, is there a way to use my own valiadtion if the file does not exsist, instead of the the program throwing up and error and exiting the program???
Thanks
Nick