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

    what wrong with this syntax : if ... then ... else if ... endif

    my bad. one more "(" in my code.
  2. mchangks

    what wrong with this syntax : if ... then ... else if ... endif

    Hi all, Can you please let me know what's wrong in this syntax? Thanks. if (doys.le.131.0) then PhenStage = 1 else if ((doys.gt.131.0 .and. gdd(i).le.120) then PhenStage = 2 else if ((gdd(i).le.520) then PhenStage = 3 else if ((gdd(i).le.1670) then...

Part and Inventory Search

Back
Top