Maybe I have come in late or are missing something in the question but can't you just use:
Command = 'paragraph ':arg1 Execute Command Then in the paragraph Do something like PA * <<C2,arg1>> Cheers Phil. > -----Original Message----- > From: [email protected] [mailto:owner-u2- > [email protected]] On Behalf Of Jacques G. > Sent: Monday, 25 May 2009 12:01 p.m. > To: [email protected] > Subject: Re: [U2] Paragraphs and procwrite > > You can have the basic program generate the paragraph dynamically, and > save it in the Voc under a temporary name. You can even have that > paragraph delete itself when it is done. > > > > ----- Original Message ---- > From: Brian Leach <[email protected]> > To: [email protected] > Sent: Saturday, May 23, 2009 7:45:04 AM > Subject: RE: [U2] Paragraphs and procwrite > > Hi > > You could use one of the user-defined system variables: e.g. @USER0 > > E.g. > PA > CallMyProgram > IF @USER0 = "SomeFlag" GO DoSomething > > PROGRAM CallMyProgram > @USER0 = "SomeOtherFlagActually" > END > > > > -----Original Message----- > > From: [email protected] > > [mailto:[email protected]] On Behalf Of roy > > Sent: 22 May 2009 23:15 > > To: [email protected] > > Subject: [U2] Paragraphs and procwrite > > > > Hi all, > > > > > > > > Is there a way to accomplish passing an argument from a basic > > program to a paragraph? > > > > > > > > Something like what procwrite does with a Proc? > > > > > > > > Thanks > > ------- > > u2-users mailing list > > [email protected] > > To unsubscribe please visit http://listserver.u2ug.org/ > ------- > u2-users mailing list > [email protected] > To unsubscribe please visit http://listserver.u2ug.org/ > ------- > u2-users mailing list > [email protected] > To unsubscribe please visit http://listserver.u2ug.org/ ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
