Which version of Fortran are you using?
I know that in Compaq VF, for instance, you can specify whether you want to write a program in "Fortran Free Format" (the newer one) or in "Fortran Fixed Format" (backwards compatible to some extent) when you create the file.
kaiyote
xwb,
Thank you for the attempt, though it was to no avail. I have already tried the combined LF & CR control codes. Additionally, note that in the null-terminated constant string, the \n control code executes correctly.
As a side note, I neglected to mention this earlier :
Windows XP...
New to fortran, I am running into some issues when attempting to combine string concatenation with the "//" operator and control codes (such as the new line "\n") with the QuickWin function messageBoxQQ.
The following code properly displays the message box with its output:
sMsg = 'First...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.