I was fiddling with this ... making some headway (in my own inefficient manner) cannot get the following line to work ... ^!IfTrue...
6793
Jody
av1611@...
Jul 9, 2001 6:48 am
Hi Don, ... ^$IsBlank("Str")$ (added in v4.8) Returns 1 if Str contains only blank characters (tabs, spacebar, line breaks, etc.), and 0 if it does not. ...
6794
h.paulissen
h.paulissen@...
Jul 9, 2001 7:50 am
Hello Allain, Jody and "AgentRansack" (cc'd), I really like the save results feature of the new(er) version of AgentRansack, but I would be reluctant to use it...
6795
Don Passenger
dpasseng@...
Jul 9, 2001 8:39 am
I guess I thought the only implied it could have from zero content to a line break ... I guess it requires a line break or other such character. IsEmpty does...
6796
Don Passenger
dpasseng@...
Jul 9, 2001 8:39 am
This works when I test it (assuming all lines in the file follow one of four formats, Alphabetic Day/Time with colon/channel without colon/blank line): ...
6797
Jonathan Woodbridge
jwmail@...
Jul 9, 2001 3:41 pm
I posted to the notetab list, wanting a way to open an outline as a normal document and to be able to return to an outline. Jody pointed me to Wayne's NoteAwk...
6798
Jody
av1611@...
Jul 9, 2001 7:06 pm
Hi Jonathan, Whatever keeps you happy! :) The key to opening an Outline as a Document is to use the InsertFile... command (under the Document menu or with a...
6799
Jody
av1611@...
Jul 9, 2001 7:06 pm
Hi Hugo, Yes, to "be continued on the Off-Topic List." :-) TIA ... Happy Topics, Jody The NoteTab Off-Topic List mailto:ntb-OffTopic-Subscribe@yahoogroups.com...
6800
RS
ptools@...
Jul 9, 2001 7:56 pm
Hello Don, ... I'm sorry, but I'll have to throw a bucket of cold water on you and have you wake up from your dreams of mythical rebellion and being a bandit....
6801
Harvey R. Savage
hsavage@...
Jul 9, 2001 11:06 pm
... Ramon and Ray, The original clip worked fine on my system also, before revamping. I haven't tried the new one. Win98se, 800+Mhz, 256mb ram. hrs...
6802
casullian_454@...
Jul 10, 2001 1:06 am
I'm trying to learn the increment function. ^!Inc VariableName [nn] Adds 1 to specified variable (increment). If you use the second optional parameter "nn",...
6803
Fitzgerald, Raymond
raymond.fitzgerald@...
Jul 10, 2001 2:29 am
Hi Allain, ... a ... Anyone else been using the "Favorites" method? Works very much like Hugo's clip. 1. First you may want to close all open files. (Perhaps...
6804
Jody
av1611@...
Jul 10, 2001 2:46 am
Hi Mark, It appears we can only use whole numbers. (I added a caret it your ^!If statement to stop the loop. ;) You can use a variable to increment. ^!Set...
6805
RS
ptools@...
Jul 10, 2001 2:49 am
Hi Mark, ... Inc is an integer type function, while 1.5 and 1.2 are numbers of type real. Though NoteTab's interpreter tries to hide this complexity from you...
6806
Ray Shapp
rayshapp@...
Jul 10, 2001 4:07 am
Harvey In a private message to Ramon, I told him the revised version is working fine now. This is a very handy clip because I often want to search an entire...
6807
Jody
av1611@...
Jul 10, 2001 4:44 am
Hi Mark, Perhaps we ought to go to the OffTopic list or private eMail after this. ... I played around with your Clip some and did it a bit differently. ...
6808
Nicole Simon
nisi@...
Jul 10, 2001 9:25 pm
... Hi Jonathan, hi list, there is a unixbased tool called grep which is available on windows too. With this you can search with regular expressions and with a...
6809
Alan C.
acummings@...
Jul 11, 2001 3:55 am
Hi Don, everyone, Don, on my system, for some reason, your replace line wouldn't work. ... ^!If ^%Pos% > 0 SetTime ELSE AddTime ... ; ^!Info addtime ; add time...
6810
Stephen Riddle
stephen@...
Jul 11, 2001 4:00 am
... Hi Martin, Here is the clip. I had a typo in it this morning, took me till now to hunt it down (Going to work meanwhile, I really did not spend all day on...
6811
Don Passenger
dpasseng@...
Jul 11, 2001 4:29 am
Thanks Alan for playing with that. Interesting that the replace didn't work. For me it worked fine. I am on Win95 with NT 4.85. Your method is obviously...
6812
Alan C.
acummings@...
Jul 11, 2001 5:07 am
Hi Don, ... I don't see why not. ... ^!Set %CurrentLineLeft%=^$StrCopy(^%Items^%LineNumber%%;0;6)$ ^!IfTrue ^$IsAlpha(^%CurrentLineLeft%)$ NextLine ^!Set...
6813
Alan C.
acummings@...
Jul 11, 2001 5:28 am
Oops apologies. cancel that last one it needs a row or line number, not the contents of a variable as I had in error posted. Alan....
6814
Jody
av1611@...
Jul 11, 2001 6:05 am
Hi Stephen & Martin, Here's another I had laying around. I don't know how many lines it is good up to. You may half the extend the RegExp for the removal of...
6815
h.paulissen@...
Jul 11, 2001 10:00 am
Hi all, I received an answer from the developer of Agent Ransack Dave Vest. He asked me: Could you please post my response in your newsgroup for me. I am not ...
6816
I. Forget
mortecanine@...
Jul 12, 2001 1:40 am
Just curious where can find information upon this as I saw it posted somewhere amid the sea of messages here. It sounded like something to consider for...
6817
Harvey R. Savage
hsavage@...
Jul 12, 2001 2:03 am
Jody, or any other clip expert, I'm curious, is there any significant difference in execution time between 'nested39; functions and commands and discrete single ...
6818
Jody
av1611@...
Jul 12, 2001 2:16 am
Hi I. Forget at Times, Ben, I forget at home a lot, but never at Times. ;) ... I always use the Find tab in Help to lookup what I need. It is so much easier...
6819
I. Forget
mortecanine@...
Jul 12, 2001 3:45 am
... Ok, so I guess that fully answers my question then. I'll dig deeper but with the program itself and the ref materials at hand here. Obviously from what I'm...
6820
Stephen Riddle
stephen@...
Jul 12, 2001 4:36 am
Hi Jody, That actually looks like it will be a lot faster than what I wrote because it uses NoteTab's internal function, whatever the proper term is rather...
6821
Jim Hall
jehall@...
Jul 12, 2001 4:59 am
Harvey, ... Since you asked for Jody, or any other clip expert, I may not qualify :-). But, yes it is a few clock cycles faster. Generally you won't notice a...