... The previous clip, H="Add Ordinal Clip", works well to thirty-one but those long can be trouble and without mods is limited to 31. I thought this might be...
I'd like to change an all-uppercase words in text to all-lowercase within <span> tags. For example, I'd like to change: CALL ME ISHMAEL. Some years ago to ...
P.S. I changed "^!Info ^%..." to "^!InsertHTML ^%..." so that it automatically updates the number. I hope this is the correct process. It seeems to work. ...
Thank you very much Mr. Raine. The clip works perfectly for changing a selected number from cardinal to ordinal; i.e.: "23" to "23rd". One does have to be...
... I had no idea what ordinal meant. If you can give me the text you are working on and what you want it to look like on the othere end, I don't think this...
... because that is how they drafted that clip .... you can of course modify clips (clip discussion must move to the clip list) I have a modified clip I use...
I'd like to change add ordinal suffixes to certain numbers in text relating to calendar dates. I can't believe there is not a clip for this all ready, but I...
... Okay, I think I have this whipped. The problem is that the field being sorted while moved to the start of the line is part of the bigger the bigger...
Hi All: I have posted an updated (Version 2.0) of this Clipbook on my NoteTab Web Page at: http://www.mts.net/~rainec.notetab.html It now provides an option to...
Hi Jody (and clips list), I have used your noteblock library for years. I just realized what I think is a problem with it. The "sort by field" clip appears to...
... Hi Vijay, Excel is obviously off topic here, but it will allow you to use fixed width data import. I just copied and pasted the content to a document and...
... I use the following to bail out of a clip that needs a selection if one is not found ;Exit Clip if no text is selected ^!If ^$GetSelSize$ = 0 Exit Bob...
... Right, because I left the comparison out altogether. Clumsy me. Let's see if this works better. ^!InsertText <p>^&</p> ^!If ^$IsEmpty(^$GetSelection$)$ = 1...
Hi Ray: See my comments below: ... The ^!Open statement above the Jump, opens the next Clip Library, SO the Jump moves the cursor to the first position of that...
Hi Charlie Raine, I downloaded the "Display Libraries + Clips Clipbook" from your site at >>> http://www.mts.net/~rainec/notetab.html Thanks for a very useful...
I am a newbie to Notetab.I want to import this data to Excel sheet..Any Ideas on how to make each column Tab delimited. The file containing the data is located...
... After the texts is selected? Combine ^$IsEmpty$ and ^$GetSelection$. ^$IsEmpty$ returns true if the string is empty. ^!If ^$IsEmpty(^$GetSelection$)$...
Hi dpasseng, This was passed over to the Clips list from the [NTB]. Please look for replies here and let the [NTB] fizzle out. Go to the following link to sign...
Hi Don, You had a question about finding ^P and the difference in handling that in Pro and Light/Standard. I just saw that my message didn't reach the original...
Hi Lotta and All, ... LOL! Actually, I have been trying to follow this thread, but my time is limited. I have sent posts to me to file it as a bug. I'm sure...
Don, You could try this... It fetches 4.96 as well as 5.0. And: 123,4234,976.345 4234,976.345 234,976.345 4234976.345 4234976345 1 (\d+,)*92;d+(\.)*\d* Hugo...
... Your definition would have indeed been better than the one provided ... but I think it is more accurate to say integers (defined as all whole numbers...
... I think the problem is with the definition of IsNumber in Help. It takes an argument of "Value" and then refers to "Value" as the "specified text". A...