... I know you have gotten other answers already, but that probably refers to a clip called Images to HTML that's found the Utilities library that ships with...
23659
joy8388608
Feb 18, 2013 8:03 pm
I just uploaded a clip I wrote to what seems to be the Notetab file sharing area http://tech.groups.yahoo.com/group/ntb-clips/files/. I never tried this before...
23660
Alec Burgess
alecb3ca
Feb 18, 2013 10:04 pm
Hi Joy: just FYI for future uploads to files section of the group. The link you gave is specific to you or others using the same yahoo server. In general it...
23661
bruce.somers
Feb 18, 2013 11:44 pm
Greetinge! I have a very simple problem that certainly should be solvable with the help of NoteTab Clips. I haven't been successful in extracting information...
23662
John Shotsky
shotsky1
Feb 18, 2013 11:55 pm
The following should do what you request: ^!Replace "^(.+)92;K$" >> "\x20$1" ARSW Regards, John RecipeTools Web Site: <http://recipetools.gotdns.com/>...
23663
joy8388608
Feb 19, 2013 1:06 am
Thank you, Alec. I appreciate you telling me (us) and it's good advice about the spaces. While we're on the subject, are there any rules or standards as to...
23664
Ian NTnerd
indiamcq
Feb 19, 2013 4:19 am
I'm no ReGex expert but shouldn't there be two $1 in the output. I think it is just a typo and he meant, ^!Replace "^(.+)92;K$" >> "$1\x20$1" ARSW No time to...
23665
John Shotsky
shotsky1
Feb 19, 2013 4:35 am
No, the \K means to leave the first one in place. No need to copy what is already there. Regards, John RecipeTools Web Site: <http://recipetools.gotdns.com/>...
23666
Alec Burgess
alecb3ca
Feb 19, 2013 4:52 am
Actually Ian, John has it correctly though I probably would have done it the way you suggest. The \K escape sequence erases anything that has been found up to...
23667
Art Kocsis
artkns
Feb 19, 2013 6:49 am
... Interesting. There's a name for that. It is one you made up or have I just been in the dark all these years? Art...
23668
Alec Burgess
alecb3ca
Feb 19, 2013 7:00 am
<http://en.wikipedia.org/wiki/CamelCase>http://en.wikipedia.org/wiki/CamelCase I think I first encountered it used to describe titles of Wiki articles which...
23669
Ian NTnerd
indiamcq
Feb 19, 2013 2:26 pm
Thanks, another RE dark art revealed. Ian ... [Non-text portions of this message have been removed]...
23670
bruce.somers
Feb 23, 2013 9:43 pm
I seem to have misunderstood. I assumed that the command ^!Replace "^(.+)92;K$" >> "$1\x20$1" ARSW was to be pasted into the 'Reg Expr'-field of the...
23671
John Shotsky
shotsky1
Feb 23, 2013 9:54 pm
It was written as a clip that you can use whenever you want. If you want to use the dialog, you would place ^(.+)\K$ in the find dialog and \x20$1 in the...
23672
bruce.somers
Feb 23, 2013 11:02 pm
OK -clear enough. Thanks again, John. Bruce  It was written as a clip that you can use whenever you want. If you want to use the dialog, you would place ...
23673
Axel Berger
absalom_nemini
Feb 26, 2013 8:35 am
When sorting NoteTab treats accented letters á à â ä like the base letter a, which is great and usually just what's needed. My current case is the...
23674
joy8388608
Feb 27, 2013 2:10 am
... Can you replace each of the different a's with a unique character (such as digits and punctuation marks) then sort then replace them back? Joy...
23675
loro
yastupidhoo
Feb 27, 2013 3:49 am
... But ä does come after z. :-P Is this something new? Because I don't think it happens for me, but I don't think I have the very latest version. Or I...
23676
Alec Burgess
alecb3ca
Feb 27, 2013 4:39 am
Lotta I think it depends on whether Sort removes duplicates. I think you have it unset? For your 11 characters (1 per line) after sorting (removing) I am left ...
23677
John Shotsky
shotsky1
Feb 27, 2013 5:15 am
One solution would be to substitute the xml numerical character Id for each diacritical character. That is similar to the html character identities, except...
23678
loro
yastupidhoo
Feb 27, 2013 5:43 am
... And with Remove duplicated checked I get this (same versions of Notetab as before). á à â x y z ä Ä is where it should be. What order the other oddies...
23679
Axel Berger
absalom_nemini
Feb 27, 2013 1:42 pm
... Doesn't here. I slightly modified your example: ác àb âb äc áb àc âc äb yb zb xb and got áb àb âb äb ác àc âc äc xb yb zb where, as you...
23680
Axel Berger
absalom_nemini
Feb 27, 2013 1:45 pm
... I could of course, but that's far more hassle than just reactivating an old editor for the purpose. Axel...
23681
loro
yastupidhoo
Feb 27, 2013 6:30 pm
... Yup. Now that happened for me too. But my Ä is still sorted correctly. How strange! áb àb âb ác àc âc xb yb zb äb äc Also strange that (in my...
23682
Hugo Paulissen
hpaulissen
Feb 28, 2013 8:06 am
Hi all, And here is what you get if you use the StrSort function... äc äb âc âb ác áb àc àb zb yb xb ...
23683
Lee Underwood
ereedj2001
Mar 3, 2013 3:58 am
Looking for a little help with a clip I am making. This might have been asked before, if so, just point me in the right direction. Is it possible to combine...
23684
John Shotsky
shotsky1
Mar 3, 2013 4:07 am
I do things like that regularly. Each wizard I create is used simply to populate variables. (Clear or set variable first.) As soon as the variables are...
23685
Lee Underwood
ereedj2001
Mar 3, 2013 5:05 am
Great, John. Now, how do you add the two commands on one line? Lee...
23686
John Shotsky
shotsky1
Mar 3, 2013 5:32 am
Can't help you with that. If you have variables, you don't need to. Regards, John RecipeTools Web Site: <http://recipetools.gotdns.com/>...
23687
Axel Berger
absalom_nemini
Mar 3, 2013 3:02 pm
... Exactly, but there is a second way. If you number your inputs ^? you can not only order them, but if two get the same number, they're only asked once and...