Tk::Text::FindAndReplaceAll()

2005-12-16 Thread Артем Аветисян
I have a Tk::TextUndo widget. It has context menu which also holds Replace option. I put a single word 'gallo' as a text. Than choose Replace (Direction: any, Mode: regexp, Case: any), put '.*' as a pattern and whatever as a replacement. Push ReplaceAll. Works fine. Now I put as a text 'gallo'

Re: Re:Working example of code that runs as EXCEL macro/module

2005-12-16 Thread prichcre
Huub, Thanks for that info. I think I downloaded the trial version of the PDK a while back, but didn't think I could justify the purchase. I'll try it again for this -- maybe I'll change my mind about buying it! Thanks, Phil - Original Message - From: Huub Peters [EMAIL PROTECTED]

Re:Working example of code that runs as EXCEL

2005-12-16 Thread prichcre
[EMAIL PROTECTED] wrote: === Am I missing some point here ? Can yu elaborate on this - some motivation for this ? === It's just something I'd like to try. I like working with perl and this seems like a fun thing to experiment with. No doubt VBA would be the preferred language in this

Sort question

2005-12-16 Thread Wong, Danny H.
Hi Guys, I have an array of values. How can I sort these values that has a non numeric character [ _ ] in it? What I did was parse the numbers before the _ character and then perform a number short on those value, but there must be an easier way? Any help is greatly appreciated.

RE: Sort question

2005-12-16 Thread Wagner, David --- Senior Programmer Analyst --- WGO
[EMAIL PROTECTED] wrote: Hi Guys, I have an array of values. How can I sort these values that has a non numeric character [ _ ] in it? What I did was parse the numbers before the _ character and then perform a number short on those value, but there must be an easier way? Any help is

Re: Sort question

2005-12-16 Thread VnPenguin
On 12/16/05, Wong, Danny H. [EMAIL PROTECTED] wrote: Hi Guys, I have an array of values. How can I sort these values that has a non numeric character [ _ ] in it? What I did was parse the numbers before the _ character and then perform a number short on those value, but there must be an

RE: :Text::FindAndReplaceAll()

2005-12-16 Thread Jack D.
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ? Sent: December 16, 2005 7:34 AM To: perl-win32-users@listserv.ActiveState.com Subject: Tk::Text::FindAndReplaceAll() I have a Tk::TextUndo widget. It has context menu which also

Re: [aswin32] MDI Windows and Icons

2005-12-16 Thread Robert May
Chris Rogers wrote: I have been trying to set an icon for an MDIFrame. I also need to set different icons for the Child windows. I am using Win32::GUI 1.03 with Activestate 5.8.7 along with Komodo and Perlapp. In the past, I could never get the -icon=$icon to work There is, as far as I

Re: Sort question

2005-12-16 Thread James Sluka
I have an array of values. How can I sort these values that has a non numeric character [ _ ] in it? What I did was parse the numbers before the _ character and then perform a number short on those value, but there must be an easier way? Any help is greatly appreciated. 55_20051202

Re: Sort question

2005-12-16 Thread Sisyphus
- Original Message - From: Wong, Danny H. [EMAIL PROTECTED] To: perl-win32-users@listserv.ActiveState.com Sent: Saturday, December 17, 2005 7:04 AM Subject: Sort question Hi Guys, I have an array of values. How can I sort these values that has a non numeric character [ _ ] in it?