--- In [EMAIL PROTECTED], "Luciano ES" <[EMAIL PROTECTED]> wrote: > 2 - I try this command: > > myChoice = "one line, \n two lines, \n three lines" > Note Open pos 0 0 text 16777215 back 12615680 size 800 550 settext > "&(myChoice)" > > A note pops up. I expect to see... > > "one line, > two lines, > three lines" > > ... but I see... > > "one line, [] two lines, [] three lines" > > I am using brackets here [], but what I actually see is a character that is > often used by Windows when it cannot print some character. If I copy that > and paste it into my text editor, they become newlines as expected. But it > seems that the Note cannot display the newlines. Could that be a bug in > Notes? > > > 3 - Testing the Regex plug-in:
Hi Luciano, I'm afraid you have to use "\r\n" instead, in PP's note. Right, PP can handle correctly all of "\r\n, \n, \r" as the newline internally. However, in PP's notes, you'll face Window's limitation. I remember once Bruce said that PP's note uses the Window's standard edit control, which means that when you open a PP's note you may suppose you open it in the 'notepad.exe' if considering only the editing side. And as is well known, Window/notepad doesn't support the Unix' newline "\n". Sean ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/JV_rlB/TM --------------------------------------------------------------------~-> Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
