bjangel2 Veteran 277 Posts user info edit post |
I haven't used Fortran for a few years and I am trying to write a simple matrix program
I am getting an error on quite a few lines that says.....
Illegal Character - octal value 15
Could someone tell me what that is.
Thanks. 4/10/2006 9:18:31 PM |
Wraith All American 27257 Posts user info edit post |
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 |
jwb9984 All American 14039 Posts user info edit post |
n/m
[Edited on April 10, 2006 at 9:25 PM. Reason : .] 4/10/2006 9:25:16 PM |
bjangel2 Veteran 277 Posts user info edit post |
I used the nagf95 compiler through the remote access and used nedit as the text editor 4/10/2006 9:27:31 PM |
clalias All American 1580 Posts user info edit post |
is your code long? You could post it, if not. 4/10/2006 10:02:31 PM |
jollyplp All American 595 Posts user info edit post |
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 |