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 takisword

  1. takisword

    Share partial of an array in the module

    Thanks to GerritGroot & xwb.
  2. takisword

    Share partial of an array in the module

    Hi everyone. Here I have an array x define in a module. How can I use part of x, say x(1) in a routine? I tried USE module_name, ONLY: x1 => x(1) but it didn't work. Can anybody help? Thanks.

Part and Inventory Search

Back
Top