Hi Harvey, ... Templates are not my cup of tea. If variables are suppose to work in templates on the first line, they do not from what I remember from a month...
5597
Martha Hambrick Harrell
mehharrell@...
Feb 1, 2001 12:44 pm
Thank you very much, Hugh! It worked like a charm! :>) Martha...
5598
Jacob Champlin
apoptosis66@...
Feb 1, 2001 12:44 pm
I am trying to search backwards from the current possition with a simple regular expression: ^!Find <|\" BR The behavior I get is that it searches forward....
5599
Vernee Stevens
lilybear@...
Feb 1, 2001 12:44 pm
I'm processing some free-form text fields. We want to identify and flag names and nasty words from these comments on some surveys. The comment fields are...
5600
Martha Hambrick Harrell
mehharrell@...
Feb 1, 2001 12:44 pm
Hi, Folks! I must still be doing something wrong here. I've tried all your suggestions but no matter what, I get this: Reitz, Ed. G. head m w 35 Laborer IL...
5601
Clint Tredway
ctredway@...
Feb 1, 2001 12:44 pm
Doesn't some one have a clip for compiling and running java code from Note Tab? Clint...
5602
Michael Edmonson
mynewsgroup@...
Feb 1, 2001 12:44 pm
Martha what about something like this? (this works I tried it) It extracts only the name field. Note that there is a space after the "^P" in the first find...
5603
Piotr Bienkowski
syntax@...
Feb 1, 2001 12:45 pm
... Hi, I take interest in both DOM and regexes. DOM can get you the contents of a tag, but can it check if these contens match a particular pattern? Piotr...
5604
Michael Edmonson
mynewsgroup@...
Feb 1, 2001 12:45 pm
Martha what about something like this? (this works I tried it) It extracts only the name field. Note that there is a space after the "^P" in the first find...
5605
Kent Tenney
kent@...
Feb 1, 2001 12:45 pm
Howdy, What is the preferred method for editing scripts, sending them to the interpreter, and viewing the output of the script? I am new to both NoteTab and...
5606
Manuel
manuel123@...
Feb 1, 2001 12:45 pm
(Cita de Manuel) ... SOLUTION !AppendToFile "C:\BD\0-MANUALES92;citas-0.ntp" ^%c ^%nl% ^%f Good night! ... Manuel manuel123@... - Cursos por...
5607
Martha Hambrick Harrell
mehharrell@...
Feb 1, 2001 12:45 pm
Thanks, Larry. I am working on doing just that right now. Martha...
5608
Manuel
manuel123@...
Feb 1, 2001 12:45 pm
(Cita de Jody) ... MANUEL Ok, very thanks. It'w work ok. Very thanks, again. Now I can launch the document with the asociate program from disk files view. ... ...
5609
Martha Hambrick Harrell
mehharrell@...
Feb 1, 2001 12:45 pm
Jody, I tried this, too. It stripped the HTML tags but it left everything in a single column. I could take out several of them but not all, by using search...
5610
Piotr Bienkowski
syntax@...
Feb 1, 2001 12:45 pm
... Yes, we like all things that can do repetitive chores for us, don't we? Please check my comment after the clip. ... Instead of the exitForLoop you can use...
5611
Manuel
manuel123@...
Feb 1, 2001 12:45 pm
I want to put the next o-o-o-o-o-o Jody o-o-o-o-o-o ^!FocusDoc ^!Jump LINE_END ^!Set %TitleLength%=^$Calc(^$GetColScreen$-1)$ ^!If ^%TitleLength% < 1 Exit ...
5612
Manuel
manuel123@...
Feb 1, 2001 12:45 pm
^!AppendToFile "FileName" AnyText Appends the specified text to the end of a disk file. A new file is created if FileName does not exist. How can I append a...
5613
Martha Hambrick Harrell
mehharrell@...
Feb 1, 2001 12:45 pm
Eb, Claes & Elizabeth, Thank you all for responding. I made Claes' corrections to Eb's clip but cannot get it to work at all. What am I doing wrong? (By the...
5614
Elizabeth Wild
ewild@...
Feb 1, 2001 2:48 pm
I played around quite a bit with templates a couple of months ago. I did not figure out a a way to do what you are asking, but I did figure out a couple of...
5615
Harvey R. Savage
hsavage@...
Feb 1, 2001 3:49 pm
... Thanks Elizabeth, This method does sound promising. I'll give it an earnest try. Actually, what I am attempting I have already done using another method...
5616
Wayland_B_Fowler@...
Feb 1, 2001 4:42 pm
Eric, ... Eric, by "amount of space the blank line occupies.", do you mean the vertical space? If so, I did not know that this could be done via a style ...
5617
Don Passenger
dpasseng@...
Feb 1, 2001 4:45 pm
You need to use %NL% to get a new line. From help, clip-variables: ^%NL% = new line (CR/LF pair) ^%PAGE% = Page break ^%TAB% = Tab character ^%SPACE% = Blank...
5618
Gauffin Claes
Claes.Gauffin@...
Feb 1, 2001 5:07 pm
Hello Martha, ... First: Eb's clip is not quite complete. It uses a clever regular expression to catch the surnames from your data, but does not deal with what...
5619
Jody
av1611@...
Feb 2, 2001 8:36 am
Hi Kent, ... For help with Python you need to post on the Off-Topic list for it, but you should be able to figure out what you need from the following. I like...
5620
Jody
av1611@...
Feb 2, 2001 8:36 am
Hi Martha, ... It has been so long now I forget what it was and can't find it. I know it worked on whatever you sent in. At the present I do not have time for...
5621
Jody
av1611@...
Feb 2, 2001 8:36 am
Hi Jacob, You cannot search backwards with Regular Expressions in NoteTab, at least you can't in the Find dialog. Click the RegExp box and you will see Up...
Hi kent ... This should get you started You can grab the output of a python script with notetabs ^$GetOutput()$ method H= pythonHelloWorldTest ;name the script...
5624
Larry Hamilton
lm_hamilton@...
Feb 2, 2001 2:12 pm
And now for something completely different! LOL! ... Larry Hamilton, Jr. lm_hamilton@... http://notlimah.tripod.com/ Hamilton National Genealogical...
5625
Don Passenger
dpasseng@...
Feb 2, 2001 4:01 pm
snip...You cannot search backwards with Regular Expressions in NoteTab couldn't you just turn the monitor over and use the down selection to go up then? ... ...