ok...took me a few hours to debug this one... UV10 on Unix.
If you do this: PROGRAM1: @user0 = "" execute "someprogram" print @user0 stop PROGRAM2 (aka someprogram) @user0 = "passdata" stop Runs as expected. @user0 will retail the value "passdata" from PROGRAM2 back to PROGRAM1 HOWEVER...... @user0 = "" execute "someprogram" capturing junk print @user0 stop When you use the CAPTURING clause, @user0 doesn't hold the data after the stop Well, maybe it's in junk? NOPE! What's up with that!?! George Gallen Senior Programmer/Analyst Accounting/Data Division, EDI Administrator [email protected] ph:856.848.9005 Ext 220 The Wyanoke Group http://www.wyanokegroup.com _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
