Hello everyone, I've just uploaded a pre-release copy of NoteTab Light 4.86. You can get it from the following link (size 1,483 KB): ...
7276
Clueless in Seattle
clueless@...
Sep 1, 2001 8:16 pm
I'm still struggling with basic vocabulary of clip language and don't understand the differences between clips, scripts and wizards. The glossary says that a...
7277
Jody
av1611@...
Sep 1, 2001 11:44 pm
Hi Clueless in Seattle, ... Clip and script are pretty much use interchangeably in NoteTab. However, a Clip can contain a script, but a script does not really...
7278
Rick Friedline
rickf3v@...
Sep 2, 2001 12:19 am
At 01:15 PM 9/1/01 -0700, Clueless in Seattle wrote:
>When I try to extract from those defintions, what it is exactly that
>clips, scripts and wizards do;...
7279
Harvey R. Savage
hsavage@...
Sep 2, 2001 12:29 am
... Hi Andy, I wrote a clip to encrypt/decrypt both the ftp1.ini and ftpscript.txt. My clip is below yours. It is written specifically for those files in the...
7280
Clueless in Seattle
clueless@...
Sep 2, 2001 4:05 am
... It is quite a coincidence that you brought this up, because this afternoon I added the following note to my working copy of the NoteTab Glossary entry for...
7281
thefrank
tf@...
Sep 2, 2001 1:59 pm
I would like a few specific examples of why encrypted ftp.ini is important. What are the risks to not encrypt. Is this LAN related? Regards, tf...
7282
David McIntosh
dgmc@...
Sep 2, 2001 2:15 pm
Hi I was fiddling a bit attempting to make a compare files clip nicked bit from here and there I think the bit so far is not quite right the start of it is ...
7283
Andy Young
ajyoung@...
Sep 3, 2001 3:46 am
Hi, Harvey & Frank ... Thanks for the additional lines and work. I've never wrote or worked with a clip that used NTP's encryption. I'll look the clip over and...
7284
Clueless in Seattle
clueless@...
Sep 3, 2001 5:01 pm
Continued from NTB NextRelease... ... That would work! Can you give me some hints on how to construct it? I would like to add it to my Reformat Web Text clip...
7285
::Andrew::
notetab@...
Sep 3, 2001 7:08 pm
Hello ntb-clips, I have this clip currently for sending mail:- ^!Email ^?[Email Address];^?[Subject];^$GetSelection$ is there anything a bit more flash I can...
7286
hsavage@...
Sep 3, 2001 7:39 pm
Laurie, Here is a sIMpLe clip, surely written by Jody. The 1st line opens a new document, the second line inserts the OTL of choice into the new doc as regular...
7287
Ben Barnet
zefo@...
Sep 3, 2001 9:06 pm
Hello NoteTabbers, I am attempting to customize a clip that was posted to this list several months ago. My question concerns the use of two functions that I do...
7288
Jim Hall
jehall@...
Sep 3, 2001 10:11 pm
... The div Operator The div operator stands for integer division. The operands must be integer and its result is integer. The result of A div B is the integer...
7289
steveadausa@...
Sep 4, 2001 3:26 am
Hello Everybody. I need to create a clip very similar to "Open File at Cursor", except I need several of them, because many of the files I need to open will...
7290
Alan C.
acummings@...
Sep 4, 2001 6:31 am
Hi Steve, ... no such animal, not directly anyway. However, there happens to be in help under Clip Language - Select, Copy, and Insert Text there is ^!Select ...
7291
h.paulissen@...
Sep 4, 2001 8:02 am
Hello Clueless, I don't know how your original clip looks like, nor how you want the text to be outputted, but this little clip will do something as you have...
7292
h.paulissen@...
Sep 4, 2001 9:29 am
... of the ^!JUMP LINE_END command. According to the help file, ... the current line. This feature treats a line as if word wrap is turned off." ... end of the...
7293
Alan C.
acummings@...
Sep 4, 2001 5:43 pm
Hi Andrew, ... I Eudora my default email client. I just tried ^!Email ^?[Email Address];^?[Subject];^?[Cc];^$GetSelection$ and the Cc did not work; it pasted...
7294
rdeckard_@...
Sep 4, 2001 8:42 pm
I was the poster of the original mssg in the NoteTabs General ng. Will try your solution. However, as I noted in the other ng, the JUMP LINE_END seems to work...
7295
rdeckard_@...
Sep 4, 2001 8:46 pm
I use quotes around the file name and then use the Set %variable%=GetQuoteBlock and Shell ^%variablee% to open files with their associated program. I use the...
7296
Jody
av1611@...
Sep 4, 2001 9:43 pm
Hi rdeckard, I still cannot get it to fail with the line ending in the # character. What version of NoteTab are you in? Also, have you tried just the ^!Jump...
7297
steveadausa@...
Sep 5, 2001 1:50 am
Hello Everybody, I am trying to set some variables. How can I see if the variables were set properly? (before I plug them into an algorithm). I have a little...
7298
steveadausa@...
Sep 5, 2001 2:18 am
Hi Everybody, I am trying to open a file using a clip: H=";Open" ^!Open "E:\PROGRAM FILES\ACAD2000\JSA92;100SH.LSP" there is a message box that says: ^!Open...
7299
steveadausa@...
Sep 5, 2001 2:31 am
Hi Everybody, I am trying to open a file using a clip: H=";Open" ^!Open "E:\PROGRAM FILES\ACAD2000\JSA92;100SH.LSP" there is a message box that says: ^!Open...
7300
Alan C.
acummings@...
Sep 5, 2001 2:40 am
Hi Steve, great, U found ^$GetWord$ I'll have to remember that one myself. ... H="Get Variable" ^!Set %var1%=^$GetWord$ ^!Info ^%var1% the semi colon in your...
7301
J.E.HALL
jehall@...
Sep 5, 2001 2:52 am
Steve,
At 02:30 AM 9/5/01 +0000, you wrote:
>Hi Everybody,
>
> I am trying to open a file using a clip:
>
>H=";Open"
>^!Open "E:\PROGRAM...
7302
Clueless in Seattle
clueless@...
Sep 5, 2001 3:09 am
... Thanks Hugo! That's great! I'm sure it will do the trick. But I'm not sure that including those "Replace" operation in the clip for reformatting text...
7303
h.paulissen@...
Sep 5, 2001 7:46 am
Hi Clueless, ^$StrFormat(^$GetClipboard$;0;70;True)$ This would do the trick; all replace commands are removed and you don't need the variable to work with the...
7304
Clueless in Seattle
clueless@...
Sep 5, 2001 7:47 pm
... I think we may have gone too far and taken out too much. I'd like to keep the clipboard business in the clip if possible and only remove the bits that...