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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Bob90

  1. Bob90

    If statement followed by 5,4,4

    OK, simples really. If <0 goto first label if 0 goto second label if >0 toto third label. Sorry!
  2. Bob90

    If statement followed by 5,4,4

    Hi, I'm new to Fortran. I have a F77 program that has a line if(VARIABLE-1)5,4,4 What does this do? (I have labels 4 and 5 below if that helps) I think it checks if Variable > 1, as 0 = false, then goes to labels 5, 4, 4, but that makes no sense. Obviously searching Google brings nothing...

Part and Inventory Search

Back
Top