> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of ????? ????????
> Sent: December 19, 2005 5:39 AM
> To: perl-win32-users@listserv.ActiveState.com
> Subject: Tk::Text::ReplaceSelectionsWith()
> 
> Hi, all.
> 
> Why is that if I make
> 
> $text->selectAll;
> $text->ReplaceSelectionsWith("nah\nbah\nvah");
> 
> I only get:
> bah
> vah
> 
> as a result (ActivePerl 5.8.7.813)?

Hmm? Not sure - but put another \n before nah and it works fine. It likely
has to do with the 'mark' positioning.

Jack
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to