... If mysql sends messages to STDOUT this is what these clip functions capture the STDOUT But these clip functions can only capture *after* the clip is...
14942
abairheart
Mar 30, 2006 8:26 pm
... Yes, if you make the library "AutoReplace" you can do all sorts of things. Keep in mind, that single key clips are limited to 26 different ones. NoteTab is...
14941
Amitava Das Gupta
amitava_dg
Mar 29, 2006 4:12 pm
Hi everybody, Thanks for all the responses to my problem. Both Hugo's and Charlie's clips work fine. I don't know which one to keep. Guess I'll file both away....
14940
junja
john_negus
Mar 29, 2006 6:20 am
... I don't know mysql but if it's like the average db software, it won't give any output unless you tell it what you want. Which includes opening the db you...
14939
rpdooling
Mar 29, 2006 4:15 am
Chris, This comes up a lot. You just have to play with using getoutput and getdosoutput and find the one that works in any given situation. See this thread and...
14938
Hugo Paulissen
hugo_paulissen
Mar 28, 2006 7:59 am
Hi Don, ... well, ... Slick ... I had something like Charles solution in mind as well. I once wrote a clip to add leading zero's in order to sort, but I didn't...
14937
Don - htmlfixit.com
dpasseng
Mar 28, 2006 3:11 am
... That is more how I would have done it ... but Hugo's way works as well, amazing! I never knew about the align right feature Hugo used. Slick and saves...
14936
Charles M. Raine
rainecus
Mar 28, 2006 2:53 am
Hi Amitava: ... Here is a working solution to your question: H="Sort Numbers" ;Amitava Das Gupta <amitav@...> ;03/27/2006, 05:56:40 PM ^!Set...
14935
c_j_ackson
Mar 27, 2006 9:39 pm
... When I try this, nothing appears on screen. ... When I try, "^$getdosoutput("mysql")$", there is this error message: No output produced by...
14934
Don - htmlfixit.com
dpasseng
Mar 27, 2006 7:33 pm
... My attack method would be to break them all into single lines, use string sort after zero padding the left most edge of the numbers to the widest number....
14933
Hugo Paulissen
hugo_paulissen
Mar 27, 2006 7:27 pm
... Hi Amitava, That is not an easy task (because of the unintelligent sorting method). Here is a "not-so-elegant solution", drafted together without too much ...
14932
Amitava Das Gupta
amitava_dg
Mar 27, 2006 12:40 pm
Hi everybody I have been trying to write a clip which would sort a list of numbers, similar to the example below, in ascending order. I have not written clips...
14931
rpdooling
Mar 27, 2006 11:45 am
... Yes, and if each clip in the current library starts with a different letter, it's almost like a shortcut, except you have to push ENTER to execute. I tend...
14930
Hugo Paulissen
hugo_paulissen
Mar 27, 2006 9:36 am
Hi Chris, ... I think you can leave out cmd.exe: ^$getoutput("mysql")$ And sometimes it helps if you use GetDosOutput... Hugo...
14929
c_j_ackson
Mar 27, 2006 12:09 am
Greetings. I've installed the database program MySQL on my computer and set it up as a Windows service. When I manually type in "mysql" into a ... Welcome to...
14928
hsavage
hrs62930
Mar 27, 2006 12:00 am
... probably ... Rick, Lotta, Let's not forget, if the clip you want to run is in the current library you can hit 'Esc', start typing the desired clipname in...
14927
loro
yastupidhoo
Mar 26, 2006 8:50 pm
Hi, ... Nope. You can run the focused clip with Ctrl + Spacebar, but you probably knew that. That's as fun as it gets. Lotta...
14926
rickah
Mar 26, 2006 1:38 am
Don, Thanks so much for your help with my questions about UPPER/lower case and ordinal dates. You did quite a bit of work in a short time, and your willingness...
14925
rickah
Mar 25, 2006 9:22 pm
Is it possible to create a keyboard shortcut to a specific clip? Thank you, Rick...
14924
David
broncosbuck99
Mar 25, 2006 9:09 pm
Has anyone developed a clip library for Python?...
14923
rickah
Mar 25, 2006 7:01 pm
Mr. Savage, Yes, it does work just as you say. Thank you very much. I have added it to my library. Yours, Rick ... clip ... combinations to ... suffix ... ...
14922
Don - htmlfixit.com
dpasseng
Mar 25, 2006 4:10 pm
... Yep didn't realize it worked either way. Excellent job....
14921
hsavage
hrs62930
Mar 25, 2006 5:50 am
... Don, What about this line indicates a typo, if referencing, greater > than, it is there to insure digits 4-9 are handled. I know NoteTab displays it in...
14920
Don - htmlfixit.com
dpasseng
Mar 25, 2006 2:32 am
typo this line? ^!If ^$StrCopyRight("^$GetSelection$";1)$ => 4 ^!InsertText ^%num%^%sfx4%...
14919
hsavage
hrs62930
Mar 25, 2006 12:11 am
... 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...
14918
Don - htmlfixit.com
dpasseng
Mar 24, 2006 4:07 am
... ;*** Effort by Don Passenger ;*** don at htmlfixit dot com ;*** discuss things live in chat at http://htmlfixit.com ;*** donations welcome at...
14917
rickah
Mar 23, 2006 11:12 pm
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 ...
14916
rickah
Mar 23, 2006 7:17 pm
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. ...
14915
rickah
Mar 23, 2006 7:10 pm
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...
14914
Charles M. Raine
rainecus
Mar 23, 2006 5:00 pm
Hi Rick: The following clip snippet should give you most of what you want: H="Add Ordinal Clip" ; the following is one long line. ^!SetArray ...