View previous topic :: View next topic |
Author |
Message |
matteo
Joined: 02 Oct 2006 Posts: 2
|
Posted: Mon Oct 02, 2006 6:36 am Post subject: A trivial question |
|
|
I am using Salford FTN77.
I have a little question (trivial but very important for me):
How can I create a white line in a text? (jump of a raw in a formatted text)
i.e. if I write the line command: write(x,'(a)')' '
the line contains a space; I have to write a raw without symbol, a white line.
Thank you. |
|
Back to top |
|
|
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8011 Location: Salford, UK
|
Posted: Mon Oct 02, 2006 9:51 am Post subject: A trivial question |
|
|
Try
write(x,*) |
|
Back to top |
|
|
matteo
Joined: 02 Oct 2006 Posts: 2
|
Posted: Tue Oct 03, 2006 2:42 am Post subject: A trivial question |
|
|
In this way, one space appears in the raw.
I would have any character (jump of one line).
|
|
Back to top |
|
|
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8011 Location: Salford, UK
|
Posted: Tue Oct 03, 2006 5:16 am Post subject: A trivial question |
|
|
Matteo
I have checked this and I get just linefeed and carriage return (0x0A then 0x0D). No space (0x20). This happens for me with both FTN77 and FTN95. |
|
Back to top |
|
|
|