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. DannyPants

    new to Fortran, need help with Strings and Characters

    So does the number in the CHARACTER statement have to exactly match the number of characters in the string that you type? It sounds like you are saying that the number you pass to the CHARACTER statement can be as large as you want, but what if your string contains more characters than the...
  2. DannyPants

    new to Fortran, need help with Strings and Characters

    I'm trying to modify some Fortran code, and I'm having trouble counting the number of characters in a string. Below is the line of code I have a question about. Specifically, I don't understand why CHARACTER(88) says there are 88 characters in this string. At most I can only count 82...

Part and Inventory Search

Back
Top