Is there a set length you of line you can put code on?
Eventually if a line goes too long i get an error and it clearly just stops mid line and outputs a random error.
It's really annoying when i want a line of text on one line
so is there a way i can say print this on one line:
print *, 'This is some text that will get an error cause it's too long'
cause if i have to split it up it will look lame like this:
This is some text that will get
an error cause it's too long
Also while i'm here. When printing does it matter whether you use ' or " seem to both work but maybe there is something i don't know
Thanks
Eventually if a line goes too long i get an error and it clearly just stops mid line and outputs a random error.
It's really annoying when i want a line of text on one line
so is there a way i can say print this on one line:
print *, 'This is some text that will get an error cause it's too long'
cause if i have to split it up it will look lame like this:
This is some text that will get
an error cause it's too long
Also while i'm here. When printing does it matter whether you use ' or " seem to both work but maybe there is something i don't know
Thanks