Hello,
I have a problem with real numbers with a variable length: I want to format it that there are no leading spaces. I've read about trim(adjustl()) , but don't know how to integrate it.
Here is the fortran code:
<code>
WRITE(6,15000)(
1 '<distance>',DA(N1),'</distance>',
2...