thanks no big deal marc
----- Original Message ----- From: "jan johansen" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[email protected]> Sent: Tuesday, October 25, 2005 9:03 AM Subject: [RBG7-L] - RE: Multi line Pause... > Marc, > > I believe in order to really get mulit-line in a pause you really need to > use a variable such as > SET VAR vMsg = + > ('Line 1:'+(CHAR(009))&'Message of Line > 1'+(CHAR(013))+'Line2:'+(CHAR(009))&'Message of Line2'+(CHAR(013))) > PAUSE 2 USING .vMsg > > Jan > > P.S. the word wrap settings of email may have screwed this syntax up ;) > > -----Original Message----- > From: "Marc" <[EMAIL PROTECTED]> > To: [email protected] (RBG7-L Mailing List) > Date: Tue, 25 Oct 2005 08:25:39 -0500 > Subject: [RBG7-L] - RE: Multi line Pause... > > > Thanks Jan > > > > I can get it to work using a var for the text > > but I can't get it to work when I try to put > > the text in the Pause command. > > > > Marc > > > > > > ----- Original Message ----- > > From: "jan johansen" <[EMAIL PROTECTED]> > > To: "RBG7-L Mailing List" <[email protected]> > > Sent: Tuesday, October 25, 2005 8:12 AM > > Subject: [RBG7-L] - RE: Multi line Pause... > > > > > > > > > > Marc, > > > > > > Don't forget a carriage return (CHAR(013)) to get to then next line > > in > > your > > > variable. > > > > > > Jan > > > > > > -----Original Message----- > > > From: "Marc" <[EMAIL PROTECTED]> > > > To: [email protected] (RBG7-L Mailing List) > > > Date: Tue, 25 Oct 2005 07:47:29 -0500 > > > Subject: [RBG7-L] - RE: Multi line Pause... > > > > > > > Hi Javier and Buddy > > > > > > > > If it is possible, I have not been able to get it to work. > > > > But that doesn't mean anything.<g> > > > > > > > > Thanks > > > > Marc > > > > > > > > > > > > ----- Original Message ----- > > > > From: "Javier Valencia" <[EMAIL PROTECTED]> > > > > To: "RBG7-L Mailing List" <[email protected]> > > > > Sent: Monday, October 24, 2005 4:20 PM > > > > Subject: [RBG7-L] - RE: Multi line Pause... > > > > > > > > > > > > > Marc: > > > > > I would not think so, if you can fit the message in the format > > > > allowed by > > > > > the PAUSE command; however, using a variable makes it a lot > > easier to > > > > format > > > > > your message. > > > > > Javier, > > > > > > > > > > Javier Valencia, PE > > > > > President > > > > > Valencia Technology Group, L.L.C. > > > > > 14315 S. Twilight Ln, Suite #14 > > > > > Olathe, Kansas 66062-4578 > > > > > Office (913)829-0888 > > > > > Fax (913)649-2904 > > > > > Cell (913)915-3137 > > > > > ================================================ > > > > > Attention: > > > > > The information contained in this message and or attachments is > > > > intended > > > > > only for the person or entity to which it is addressed and may > > > > contain > > > > > confidential and/or privileged material. Any review, > > retransmission, > > > > > dissemination or other use of, or taking of any action in > > reliance > > > > upon, > > > > > this information by persons or entities other than the intended > > > > recipient > > > > > is prohibited. If you received this in error, please contact the > > > > sender > > > > and > > > > > delete the material from all system and destroy all copies. > > > > > ====================================================== > > > > > > > > > > -----Original Message----- > > > > > From: [email protected] [mailto:[EMAIL PROTECTED] Behalf Of Marc > > > > > Sent: Monday, October 24, 2005 3:47 PM > > > > > To: RBG7-L Mailing List > > > > > Subject: [RBG7-L] - Multi line Pause... > > > > > > > > > > Hi > > > > > > > > > > Do you have to put the message in a var to do a multi line Pause? > > > > > > > > > > Thanks Marc > > > > > > > > > > > > > > > > > > > > > > > >
