Aug 26, 2003 #1 andrearn Programmer Aug 26, 2003 1 NO Hi! I have a auto-generated proc in file A, and i want to use it in my program in file B. Is there a way to call a method from another file?
Hi! I have a auto-generated proc in file A, and i want to use it in my program in file B. Is there a way to call a method from another file?
Aug 26, 2003 1 #2 Bong Programmer Dec 22, 1999 2,063 US source <file A> # this loads the entire file A script into your executing shell. Then you use the proc as if it were part of File B. Bob Rashkin rrashkin@csc.com Upvote 0 Downvote
source <file A> # this loads the entire file A script into your executing shell. Then you use the proc as if it were part of File B. Bob Rashkin rrashkin@csc.com