I haven't used Fortran for a few years and I am trying to write a simple matrix programI am getting an error on quite a few lines that says.....Illegal Character - octal value 15Could someone tell me what that is.Thanks.
4/10/2006 9:18:31 PM
That is usually associated with the compiler you are using. Most of the time in can be fixed by copying and pasting your entire code into a new text editor window and saving it as something else. What compiler/text editor did you use to write the code?
4/10/2006 9:24:35 PM
n/m[Edited on April 10, 2006 at 9:25 PM. Reason : .]
4/10/2006 9:25:16 PM
I used the nagf95 compiler through the remote access and used nedit as the text editor
4/10/2006 9:27:31 PM
is your code long? You could post it, if not.
4/10/2006 10:02:31 PM
try copying the code into a new nedit window and saving it again. You usually get that error when you write part of your code insomething like notepad then tramsfer it over. PM me if you need more help figuring it out
4/11/2006 1:26:28 AM