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 sizbut 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: *

  • Users: tjean
  • Order by date
  1. tjean

    graduated printing

    You can try: for (x=10 ; x > 0 ; x--) { if (x < prev) { Format = &quot;%&quot; x + 1 &quot;d&quot;; printf Format, x; } prev = x } The idea is to build the Format string outside of the printf command ...

Part and Inventory Search

Back
Top