Hi Piotr, ... I do not know why it did not work for you unless there were more options in your Clip that was causing it not to be found. All my examples work...
4032
Julian Cook/Sherab Gy...
president@...
Jul 3, 2000 11:15 am
Hello folks! I have been so thrilled with NoteTab ever since I bought it. My life is SO much easier now. This is also due to the wonderful help that I have ...
4033
Jody
KJB1611@...
Jul 3, 2000 11:39 am
Hi Julian, ... Yes! ... Try ^$StrReformat StrFormat ^$StrFormat("Str";LeftMargin;TextWidth;Justify)$ Returns the "Str" string in specified format. LeftMargin ...
4034
Claes Gauffin
gauffin@...
Jul 3, 2000 2:02 pm
Hi Piotr and Jody, ... I have missed some steps in this thread, but I wonder whether the following might have something to do with the problem: - Start NTP...
4035
Mitch Cameron
mcameron@...
Jul 3, 2000 2:13 pm
Thanks, Piotr...>! I'll take a look. _______________________________________ Mitch Cameron Dir. Business Process Engineering OnePipeline.com ...
4036
Jody
KJB1611@...
Jul 3, 2000 10:01 pm
Hi Claes and Piotr, ... If you mean ^!Find "^c..." R, then it works first time for me in ... Yes, it should ignore the traditional tokens ^p and ^t when in ...
4037
Piotr Bienkowski
syntax@...
Jul 4, 2000 5:41 am
... I think there is a problem but there also is a workaround :) Piotr...
4038
Claes Gauffin
gauffin@...
Jul 4, 2000 6:21 am
Hi Jody, ... Nope, didn't make myself clear. Try again: - Start NTP afresh - Make a search for "^consumables" using the Find command in the Search menu with...
4039
Jody
KJB1611@...
Jul 4, 2000 7:17 am
Hi Claes, ... OK. I saw Find command and my search menu in it is the white field that is made with the ^?[] code in the ^!Find command. <g> I see you must be...
4040
Gavin Jolly
gavin@...
Jul 5, 2000 12:36 am
I want a script to search through a text file for certain strings and then copy that line and the two following to a new document. The log file contains non...
4041
Grant
emerge@...
Jul 6, 2000 1:39 am
... This is a pretty simple approach which sets up the pasteboard, finds a chunk of text, selects the wholeline, then copys. This will paste the line into the...
4042
Gavin Jolly
gavin@...
Jul 6, 2000 4:33 am
Thanks for your clip. Excellent. I have altered it slightly to select what I want. Eventually I found out that "^!Select 2" will select the current and the...
4043
jhunsberger@...
Jul 7, 2000 11:21 am
Greetings! I am a new user of NoteTab Light. In a clip script, I use a checkbox prompt (T=A) to return any of the options that a user checks (of course :-)......
4044
Larry Hamilton
larry_h@...
Jul 7, 2000 4:34 pm
Hi Clippers, I updated my Juno clip to copy email from Juno to either text or outline, and some clips to clean up the outline headers and topics. Plus a couple...
4045
Jody
KJB1611@...
Jul 7, 2000 6:11 pm
Hi Joel, ... You said it not me. <bg> Try this: H=List Delimiter ^!SetListDelimiter ^%Space% ^!Info ^?{(T=A) to return any of the=SOLO|DUET|TRIO|QUARTET} The...
4046
j@...
Jul 7, 2000 8:47 pm
I need some help with writing a search/replace clip that will do the following: Wherever there is "INPUT", find the next ">" and replace with " />". I am...
4047
Larry Thomas
larryt@...
Jul 7, 2000 9:32 pm
Hi James, ... You can try: H="Replacing > with />" ... ^!Find "INPUT" AS ^!IfError Exit Else Next ^!Replace ">" >> "/>" TAS ^!IfError Exit Else Loop Regards, ...
4048
Eb Guenther
ebg@...
Jul 7, 2000 11:37 pm
Hi j@..., ... If you are converting to XHTML, try the menu option: Modify-->Change HTML Tags-->To XHTML It will correct those tags that have no...
4049
Jr. Frank Nichols
thefrank@...
Jul 12, 2000 4:19 pm
Has to be simple, but this is one clip I just don't seem to comprehend... I have a number, say 700001, I want to select this and have the clip paste 700002...
4050
Jody
KJB1611@...
Jul 12, 2000 4:37 pm
Hi Jr., ... Try this monster out. ;) <--- Copy below this line ---> H=Increment Once ; 07-12-2000, jody ; Set your cursor inside the number and click. ...
4051
Jr. Frank Nichols
thefrank@...
Jul 12, 2000 9:35 pm
... clip ... thank you Jody yes, it does seem obvious after all. I modified your thought slightly: ^!Set %nnn%=^$GetBlock$ ^!Inc %nnn% ^!Jump Line_Start ...
4052
Larry Thomas
larryt@...
Jul 13, 2000 1:23 am
Hi Frank, ... Try this change: ^!Set %Counter%=^?[How many lines?] ... ^!Set %nnn%=^$GetBlock$ ^!Inc %nnn% ^!Jump Line_Start ^!Keyboard DOWN ^!InsertText...
4053
Jody
KJB1611@...
Jul 13, 2000 2:12 am
Hi Larry & Frank, ... Your welcome. I didn't seem to get your post Larry replied to. ... Wherever those Clips are I mentioned there is one or more that do ...
4054
Larry Thomas
larryt@...
Jul 13, 2000 5:18 am
Hi Jody and Frank, ... Here is another clip to do the job. This clip does use the ^!Keyboard command but I could not think of a way to get this particular...
4055
Jody
KJB1611@...
Jul 13, 2000 6:19 am
Hi Larry, ... Yet one more, Like I really have the time for this - hahaha. I looked in my nnnLines and NoteBlock. Between the two of them there are about a...
4056
Michael Gerholdt
gerholdt@...
Jul 14, 2000 3:17 am
Hi, folks, I have a fixed text file with no delimiters. 1271 rows deep. characters 56-67 are money amounts with decimal and two places to right of decimal. I'd...
4057
RS
ptools@...
Jul 14, 2000 9:41 am
Hi Michael, ... There is a DoToLines component available from my page ( http://home.att.net/~ptools/main/index.htm ). Using it is quite easy to do what you had...
4058
Alan Williams
alwilli@...
Jul 14, 2000 11:08 am
Hi All, Has anyone come across a failure of a SetArray variable not taking the contents of a ^$Getfiles ??? The strange thing is I use exactly the same syntax...
4059
Larry Thomas
larryt@...
Jul 14, 2000 1:32 pm
Hi Allan, ... Try adding an extra semicolon between *.htm and DATE. ^!SetArray %OpenList%=^$GetFiles("^%pub%";*.htm;;DATE)$ The function could be seeing DATE...
4060
Jody
KJB1611@...
Jul 16, 2000 9:12 pm
Hi Michael, Hello everybody! Just a note to let you know I will get to the posts that need answering as I can. Had a great time in Tampa. It was great to see...