Kurt Wendt wrote on 2010-04-28: > OK - I've never done this before - and hoping someone here can point > me in the right direction. > > Now - I did look at the online help, and I know I can do this: > DO POINT2 in EDI190V > > However, what if I need to call that Point2 procedure and pass back a > parameter, similar to this original code: > X = POINT2() > > Thing is - I don't want to just pull that procedure into my new program > - I'd rather call the procedure while it resides in that other external > program. > > TIA, > -K- > Developer > Mr. Software of East Coast, Inc. > Division of Waitex Information System, Inc. >
Kurt, Have a look at SET PROCEDURE. The ADDITIVE clause and RELEASE PROCEDURE may be helpful too. Tracy Pearson PowerChurch Software _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/000301cae6e6$14de4ce0$3e9ae6...@com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

