Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dsadams

    Integer Formatting

    I need a format statement that will effectively left justify an integer of an unknown length. In other words, it will print the minimum number of characters required. Right now if I execute: i=1 write(6,'(a2,i)') 'i=',i i=12 write(6,'(a2,i)') 'i=',i I get the following: i= 1 i=...

Part and Inventory Search

Back
Top