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 strongm 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. daveheart

    runtime problem with module

    I already tried that and it had no positiv effect.
  2. daveheart

    runtime problem with module

    Hi, I have a question about modules. I have to call many subroutines in my program and many arrays are passed to these Routines(up to 20): PROGRAM main CALL Sub1(a,b,c,d,e,f,g,h,i) CALL Sub2(a,b,c,d,e,f,g,h,i) CALL Sub3(a,b,c,d,e,f,g,h,i) END PROGRAM So i made a module, which contains all...

Part and Inventory Search

Back
Top