Re: [perl-win32-gui-users] How can I get all the contents of a textfield?

2007-01-20 Thread Perl Rob
As always, thanks very much for the quick reply and simple solution! Glad to know I wasn't doing something "wrong". Thanks, Rob -Original Message- From: Robert May [mailto:[EMAIL PROTECTED] Sent: Saturday, January 20, 2007 7:26 AM To: Perl Rob Cc: Win32 GUI Users Mailing List Subject: Re

Re: [perl-win32-gui-users] How can I get all the contents of a textfield?

2007-01-20 Thread Robert May
Perl Rob wrote: Hi all, I'm trying to do something that seems real simple: capture the contents (all the lines) of a text field and write them to a file. Since I can't see a more straightforward way of doing this $contents = $textfield->Text(); gets all the text in one go. [snip info abou