I'm getting this error; forrtl: severe (64) input conversion error, unit 99... I understand that this error means, invalid character was detected in an input field, or the input value overflowed the range representable in the input variable. My question here is how can I find the specific variable in question. I try to find the line reproted on the error message, is blank. Is likely I don't no how to use this jet ( hopefully). I was used to work with Lanhey compiler which would number all line of the code and always tell you exactly on what line was the error.
thank you,
thank you,
链接已复制
1 回复
First your program should be compiled with the /traceback option. If it is, then the question is what are you using to visit the displayed line number? My experience is this setting and viewing with the Visual Studio editor gets you to the correction source line.
James
James