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 Chriss Miller 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: ognik
  • Content: Threads
  • Order by date
  1. ognik

    Initialize character string

    Hi - just learning FORTRAN, I want to print a line of '*', thought Id set up the line programmatically as follows: character(len=n) :: stars do cntr = 1, n stars(cntr) = '*' end do However (I'm using silverleaf/plato) I get the following compile error "error 215 - Invalid...

Part and Inventory Search

Back
Top