How do you format a string to have constant width and be left-justified? There is the Aw formatter, where w denotes desired width of chara
Aw
w
a bit ugly but you can concatenate a blank string:
character*15 :: blank=' ' print 44, 'Hi Stack Overflow'//blank