View Single Post
  #1 (permalink)  
Old 05-31-2007, 12:12 AM
LineCutter's Avatar
LineCutter LineCutter is offline
Senior Member
 
Join Date: May 2007
Location: Daarsit
Posts: 160
Awards Showcase
Beta Tester 
Total Awards: 1
Question Passing references to tables to subs

Time for another one...
I'm trying to keep my code neat & small. I need to process data held in a table in one of my subs. BUT, I have several copies of the table schema, all holding different set of data & I want to process one dataset. (Merging the datasets does not seem a good idea, unless I've missed a trick when it comes to saving tables)

How do I pass a table ID as a parameter to a sub, such that I can use <tableID>.cell() etc. within the sub?
Reply With Quote