OMG, it was that easy!!!!! Thank you thank you thank you! -----Original Message----- From: Stevenson, Charles [mailto:[EMAIL PROTECTED] Sent: Friday, August 19, 2005 9:24 AM To: [email protected]; [EMAIL PROTECTED] Subject: RE: [U2] Universe active lists
Susan, Try PERFORM, instead of EXECUTE: 0001: SIZE = SYSTEM(11) 0002: IF SIZE # 0 THEN 0003: CRT "you had a list active!" 0004: PERFORM 'ED VOC' 0005: END > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Susan Joslyn > Sent: Friday, August 19, 2005 5:35 AM > To: [email protected] > Subject: [U2] Universe active lists > > Greetings U2 users, > > > > I have a technical question/problem in Universe that I could > sure use help with. > > > > If you type this: > > SELECT VOC = "A]" > > ED VOC > > > > (from a "P" flavored account in this case, but I'm not sure > flavor has any influence on the real problem) > > > > The edit will run from the list of items in the VOC > that start with A. > > > > But if you do this > > SELECT VOC = "A]" > > BLEEP VOC > > > > Where BLEEP is a BASIC PROGRAM that does this: > > > > SIZE = SYSTEM(11) > > IF SIZE # 0 THEN > > CRT "you had a list active! > > EXECUTE 'ED VOC' > > END > > > > The executed version of ED VOC will not automatically run > from the list that you selected before typing BLEEP. ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
