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

Recent content by kubota

  1. kubota

    One Fortran Code Line Not Understood

    Thanks for clarifying the code. I now understand the operation of the logic. Your line: aa = aa Or (bb < cc And dd < ee) works perfectly in VBA. Thank you also for your fast response. Marvellous assistance.
  2. kubota

    One Fortran Code Line Not Understood

    Hi all, I'm in the process of converting a Fortran maths program of several hundred lines to Excel VBA. All is fine except for one line of the Fortran code. I haven't seen this code form before. ! ... logical aa real ( kind = 8 ) bb real ( kind = 8 ) cc real ( kind = 8 ) dd real (...

Part and Inventory Search

Back
Top