How can I turn off sign printing in the format command? (the specifier 'sp' does turn it on)...
eg.
100 format(1x,sp, f6.3,2x, i2,2x, f6.3)
prints signs (both +/-) for all the 3 subsequent fields. But I want to print the sign only for the 1st field and turn it off for the next 2 fields. Any suggestions how?
eg.
100 format(1x,sp, f6.3,2x, i2,2x, f6.3)
prints signs (both +/-) for all the 3 subsequent fields. But I want to print the sign only for the 1st field and turn it off for the next 2 fields. Any suggestions how?