Re: numbers in chronological sequence - length of numbers

2013-07-26 Thread monsell
 Home page: http://en.barin.com.ua/soft/mymacros/

The link in this line goes no where: 404 not found.

+++

the page does not exists any more
but i have the macro up and running at moment

-- 
vernon



Current version is 5.2.2 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html


Re: numbers in chronological sequence - length of numbers

2013-07-26 Thread MFPA
Hi


On Friday 26 July 2013 at 10:46:19 AM, in
mid:1766466930.20130726151...@monsell.lk, mons...@monsell.lk wrote:


 Home page: http://en.barin.com.ua/soft/mymacros/

 The link in this line goes no where: 404 not found.

 +++

 the page does not exists any more but i have the macro
 up and running at moment  


Maybe the Way Back Machine will help?
http://web.archive.org/web/20060321040756/http://en.barin.com.ua/soft/mymacros/




-- 
Best regards

MFPAmailto:expires2...@ymail.com

Beware the deadly donkey falling slowly from the sky

Using The Bat! v4.0.38 on Windows XP 5.1 Build 2600 Service Pack 3 



Current version is 5.2.2 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html


Re: numbers in chronological sequence - length of numbers

2013-07-26 Thread MFPA
Hi


On Thursday 25 July 2013 at 11:58:15 AM, in
mid:984715607.20130725162...@monsell.lk, mons...@monsell.lk wrote:


 my question is, is it possible to set the length of
 numbers to say 7 or 8 digits?? this means that even if
 the number starts from 1, there will be zeros appearing
 before the number. IE; 0001 and if msg number is
 12345 the number should appear as 0012345.


Until somebody comes out with a better answer, why not dodge the issue
of leading zeros by starting from something like 100 instead of
starting from 1?


-- 
Best regards

MFPAmailto:expires2...@ymail.com

A closed door is an invitation to knock

Using The Bat! v4.0.38 on Windows XP 5.1 Build 2600 Service Pack 3 



Current version is 5.2.2 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html


Re: numbers in chronological sequence - length of numbers

2013-07-26 Thread Leonard S. Berkowitz
On Friday, July 26, 2013, 5:46:19 AM, you (tbudl@thebat.dutaint.com) wrote:

 the page does not exists any more
 but i have the macro up and running at moment


Since you mentioned the macros, I'd like to have a peek.

Leonard
-- 
Leonard S. Berkowitz


Using The Bat! v5.2.2 on Windows 7 6.1 Build 7601 Service Pack 1



Current version is 5.2.2 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html


numbers in chronological sequence - length of numbers

2013-07-25 Thread monsell
hello the batters!

some years back, roelof provided me with the following coding. this
creates a unique number generated in chronological sequence for all
new, reply and forwarded msgs.


quote

%ModifyOnce(X-Monsell)%-
%SetHeader(X-Monsell,%-
%Calc('%RegRead(HKEY_CURRENT_USER\Software\RIT\The 
Bat!\MessageReferenceNumber, 0) + 1')%-
)%-
%_RefNo='%Header(X-Monsell)'%-
%If:'%_RefNo'='1000':'%_RefNo=1'%-
%RegWrite(HKEY_CURRENT_USER\Software\RIT\The Bat!\MessageReferenceNumber, 
%_RefNo)%-
%_RefNo%-
%Subject='%_RefNo * %OSUBJ'%-

unquote


my question is, is it possible to set the length of numbers to say 7
or 8 digits?? this means that even if the number starts from 1, there
will be zeros appearing before the number. IE; 0001 and if msg
number is 12345 the number should appear as 0012345.

in order to support the above code, roelof used a plug-in macro.
details as below;

MyMacros 1.11a
Home page: http://en.barin.com.ua/soft/mymacros/
Developer: Andrew Perevodchik and...@barin.com.ua
You can see descriptions of macros in help file in MyMacros distributive.
Automatically-generated list of provided macros follows: 
°   CHR
°   COUNTATTACHMENTS
°   COUNTERTODATE
°   COUNTLINES
°   CUTHERE
°   DATETOCOUNTER
°   DAYSTO
°   EVAL
°   FILEVER
°   FOR
°   FORDOWN
°   GETLINE
°   INPUTBOX
°   KEYBLAYOUT
°   MYMACROSVERSION
°   NUMERICAL
°   OCOUNTATTACHMENTS
°   PREFIX
°   PROGRESSBAR
°   RANDOM
°   REGEXP
°   REGEXPREPLACE
°   REGREAD
°   REGWRITE
°   RUN
°   SMARTQUOTES
°   STRLEN
°   STRREPLACE
°   STRTR
°   STRWRAP
°   SUBJIFNONE
°   TEXTBAR
°   TOIFNONE
°   TRIM
°   UNTIL
°   GETVALUEKEY
°   GETVALUEN
°   GETVALUEREGEXPKEY
°   WHILE
°   WINAMPSTATUS
°   WINAMPTITLE
°   WRAPTEXT


there is no new version of this macro neither do they have any updates
for it.

appreciate your assistance please

thank you


-- 
vernon



Current version is 5.2.2 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html


Re: numbers in chronological sequence - length of numbers

2013-07-25 Thread Leonard S. Berkowitz
On Thursday, July 25, 2013, 6:58:15 AM, you (tbudl@thebat.dutaint.com) wrote:

 Home page: http://en.barin.com.ua/soft/mymacros/

The link in this line goes no where: 404 not found.

Leonard
-- 
Leonard S. Berkowitz


Using The Bat! v5.2.2 on Windows 7 6.1 Build 7601 Service Pack 1



Current version is 5.2.2 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html