Not sure why this doesn't work (see macro below). isdigit doesn't see its argument as a number, although it clearly is in the debug window. Therefore the if...
Carl Talley
ctalley@...
Jun 2, 2005 7:29 pm
2633
Hi Carl, Thanks for your note... Carl> Not sure why this doesn't work (see macro below). isdigit Carl> doesn't see its argument as a number, although it...
David> I don't know what sort of date you're running this against, but David> maybe that info will help some. Make that: I don't know what sort of data you're...
David - I now understand that isdigit() operates on ASCII values, not decimal. A character literal (e.g., '1') is apparently converted to its ASCII value ...
Carl Talley
ctalley@...
Jun 2, 2005 8:09 pm
2636
... That's why its name is "isdigit" and not "isnum". Walter -- Walter Loos <wloos@...> member of BalserLinuxUserGroup <http://www.blug.ch> -- No...
Walter Loos
wloos@...
Jun 3, 2005 5:54 am
2637
I was wondering, I have a pretty fast computer, and when I paste things into v11 of the Boxer Editor, I seem to see a lag of some sort, as though it takes...
A> I was wondering, I have a pretty fast computer, and when I paste things A> into v11 of the Boxer Editor, I seem to see a lag of some sort, as though A> it...
On Tue, 07 Jun 2005 19:27:51 -0700, Daniel van Rooijen [CopyCats] ... No, I only get it when I first start the program up, and it's not a big lag, mind you. It...
A> No, I only get it when I first start the program up, and it's not a big A> lag, mind you. It starts pasting immediately, but I can catch the lines A>...
Hi Aaron, Thanks for your note... Arctic> I was wondering, I have a pretty fast computer, and when I Arctic> paste things into v11 of the Boxer Editor, I seem...
I had an issue in the past regarding ReplaceAll not doing its job when issued from a Macro. I would like to revisit that problem. Below is the setup to the...
Hi Joe, joe> I had an issue in the past regarding ReplaceAll not doing its job joe> when issued from a Macro. I would like to revisit that problem. joe> Below...
Hi David, occasionally my computer won't shut down unless I close down Boxer 11 first. I'm not sure yet when this occurs but I've so far observed this ...
Stephan Eichenlaub
stephan@...
Jun 8, 2005 4:20 pm
2645
I have the same problem and it's connected to closing of files, occasionally there where general exceptions being thrown -- don't remember the full explanation...
Jonas Hammarberg
hammarberg@...
Jun 8, 2005 5:44 pm
2646
I found custom keyboard enter can not be assign to another function how Can I do myEnter, I want to do some special filename with different use with enter ......
Hi Lechee, Thanks for your note... ... The CopyFilename() function provides a macro interface to the editor's Edit|Copy-Filename function. This will put the...
I have been using templates to store pre-made shells for my documents, however, I ran into some issues when trying to use the "^^" and "||" conventions inside...
Hi Aaron, Thanks for your note... Arctic> I have been using templates to store pre-made shells for my Arctic> documents, however, I ran into some issues when...
Hi Lechee, Thanks for your note... Lechee.Lai> Does boxer support registry save/restore macro function Lechee.Lai> (good for save varible use in boxer) ??...
... I like the idea of static variables for boxer macros. it was on the list of suggestions for a future version of boxer I was keeping (but as new versions...
On Thu, 16 Jun 2005 12:08:54 -0500, tony summerfelt ... [...] ... I have to agree on this point, while the ability to store variables and then retrieve them at...
Whether David's idea is used verbatim or some alternative scheme is used that doesn't access the registry really is irrelevant. Boxer writes the registery now...
What Tim said. :-) If you-all only knew how many thousands (or even millions!) of registry writes were already being performed due to Boxer, I guess some of...
... Well, I trust your registry entries, I'm not so sure that I trust mine. ... right, I'd much rather be editing them with Boxer than RegEdit. ... -- Bill...
On Thu, 16 Jun 2005 15:07:47 -0500, David Hamel [Boxer Software] ... Heh, thanks, as they say, "Ignorance is bliss," and you just trashed by ignorance. :-)...
You can download a utility (from SysInternals...if I recall correctly) that will monitor all reads and/or writes to the registry. It is absolutely astounding...