Very Nice.

When I write "one-time" utilities to fix an issue there's always bits of
code I reuse from past programs. Things like "an escape while processing in
the main loop". Something like the following...

0058 * Provide an Escape
0059   IF SYSTEM(14) THEN
0060     INPUT ANS,1
0061     IF ANS=CHAR(27) THEN
0062       CALL SB.DISP(4,'UTLD9000.2') ;!Exit? <Y>es, <N>o
0063       IF RTN.FLAG = 'X' THEN CLEARSELECT; GO 999
0064     END
0065   END

I could see you're code generator being very useful if it had selectable
options to include bits of code for different purposes.

Regards,

Eric Y. Neu
Sr. Programmer Analyst
Zetron, Inc.
eneu at zetron dot com
425.820.6363 x271
www.zetron.com

               



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Charles Barouch
Sent: Thursday, July 26, 2007 8:02 AM
To: u2-users@listserver.u2ug.org
Subject: [U2] I need a favor

<snip>
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to