Re: MyMacros 1.06

2003-10-24 Thread Andrew Perevodchik
Hello! G Now can we also make the case independent so I od not have to make G different search/replace strings for Gerard and gerard? No problem. In next version... ;) G As a bonus I am learning how to write these pesky litle macro´s ;-) -- Andrew Perevodchik Kiev, Ukraine Using The Bat!

Re: MyMacros 1.06

2003-10-23 Thread Andrew Perevodchik
Hello! G All we need now is a combination of the %StrReplace and the %StrTr G macro, because the %StrReplace only lets you replace one word. Or G is there a way to place the result in a buffer and use it again in G the %StrReplace macro? Do you mean nested calls?

Re: MyMacros 1.06

2003-10-23 Thread Gerard
ON Thursday, October 23, 2003, 9:22:17 AM, you wrote: AP Hello! AP Do you mean nested calls? AP %StrReplace(%StrReplace('abc','a','X'),'c','Y') AP If there are too many: AP %_MyCoolText='abcdefg'%- AP %_MyCoolText=%StrReplace(%_MyCoolText,'a','1')%- AP

MyMacros 1.06

2003-10-22 Thread Andrew Perevodchik
Hello! MyMacros 1.06 http://en.barin.com.ua/soft/mymacros/ * renamed %DaysLeft on %DaysTo * totally rewritten %StrReplace -- it's quite fast now * added macros %Chr, %Run, %KeybLayout, %RegRead, %RegWrite -- Andrew Perevodchik Kiev, Ukraine Using The Bat! v2.01 on Windows XP 5.1 Build 2600

Re: MyMacros 1.06

2003-10-22 Thread Gerard
ON Wednesday, October 22, 2003, 1:35:27 PM, you wrote: AP Hello! AP MyMacros 1.06 AP http://en.barin.com.ua/soft/mymacros/ AP * renamed %DaysLeft on %DaysTo AP * totally rewritten %StrReplace -- it's quite fast now AP * added macros %Chr, %Run, %KeybLayout, %RegRead, %RegWrite Hi Andrew

Re: MyMacros 1.06

2003-10-22 Thread MAU
Hello Andrew, MyMacros 1.06 Thanks mate :) -- Best regards, Miguel A. Urech (El Escorial - Spain) Using The Bat! v2.01.3 Winamp OFF: Current version is 2.01.3 | Using TBUDL information: http://www.silverstones.com/thebat/TBUDLInfo.html

Re: MyMacros 1.06

2003-10-22 Thread Andrew Perevodchik
Hello! MyMacros 1.06 M Thanks mate :) Eeer... is that autoresponder...? :) -- Andrew Perevodchik Kiev, Ukraine Using The Bat! v2.01 on Windows XP 5.1 Build 2600 Current version is 2.01.3 | Using TBUDL information: http

Re: MyMacros 1.06

2003-10-22 Thread Andrew Perevodchik
Hello! G I tried the %StrReplace() macro, but it has a problem. If the occurance G is more then once things go pear shaped. G I used it this way: %StrReplace(%Text,test,XXX) Thanks mate... ;) Try it out now. -- Andrew Perevodchik Kiev, Ukraine Using The Bat! v2.01 on Windows XP 5.1 Build

Re: MyMacros 1.06

2003-10-22 Thread MAU
Hello Andrew, Eeer... is that autoresponder...? :) Yes. You know TB's filters are powerful. So, every time I get an announcement about a good and useful piece of software, my filters trigger the auto-response ;-) -- Best regards, Miguel A. Urech (El Escorial - Spain) Using The Bat! v2.01.3

Re: MyMacros 1.06

2003-10-22 Thread Gerard
ON Wednesday, October 22, 2003, 5:17:28 PM, you wrote: AP Try it out now. Hi Andrew, Works now. That was quick :-) All we need now is a combination of the %StrReplace and the %StrTr macro, because the %StrReplace only lets you replace one word. Or is there a way to place the result in a buffer