View previous topic :: View next topic |
Author |
Message |
maxifrost
Joined: 23 Dec 2010 Posts: 8
|
Posted: Tue Dec 28, 2010 2:40 am Post subject: Error 70 and line number |
|
|
I have two questions
1) How to get the line numbers to appear using Plato
2) I am getting error 70 when I typed anything in between " ". So the first line and fourth lines are ok, but the other four gave error 70, even though the columns were fewer than 72. I had the same problem using print. The files are fixed column.
write (*,*)" "
write (*,*)"Simulation is over, please check the results"
write (*,*)"Error-DIMENSIONS EXCEED MAX DECLARED IN MASTER"
write (*,*)" "
WRITE(*,*)"Error- DIMENSIONS EXCEED MAXIMUM DECLARED IN MASTER"
WRITE(*,*)"DIMENSIONS ENTERED EXCEED MAXIMUM DECLAREDIN MASTER" |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8257 Location: Salford, UK
|
Posted: Tue Dec 28, 2010 11:35 am Post subject: |
|
|
1) The Plato options are set from the Tools menu under Options. In this case under "Text Editor".
2) There is nothing wrong with the text so I guess you must be using tabs. These are translated to 8 spaces by the compiler. |
|
Back to top |
|
 |
maxifrost
Joined: 23 Dec 2010 Posts: 8
|
Posted: Wed Dec 29, 2010 8:30 am Post subject: Tabs |
|
|
I solved it by stopping at column 68. Thank you. |
|
Back to top |
|
 |
|