Hi, ... ^!FocusApp Appname ^!IfMatch "Appname" "^$GetAppTitle$" Next Else Wait works fine to transfer focus to the main window of another application. But I...
Hi Graham, ... Wait for what, do you want your answer now or later? :) ... You do about the same thing. You'll most likely be passing on some keyboard strokes...
I wrote a week or two ago seeking a solution to a problem I had. The list has always been most helpful, but for some reason this time I got zero responses, so...
... Not sure, the math functions aren't really explained, but I think ROUND() does what you want. It seems to round to the closest integer with a preference...
Thanks for the quick response Lotta, I am finding an additional problem. It appears that these math functions are only available via control+e and not in...
Don, If you subtract .5 from the number first (possibly .4999) it would be the same as rounding down. Test ^!set %x%=^$Calc(395/60-.49999;0)$ ^!Info...
... I guess my first reply hasn't rolled in yet, the one about ROUND. yahoogroups is slow again. ^!Info ^$Calc(ROUND(395/60))$ You can do the same with CEIL...
I did get your first post after your second. It appears that you simply put it inside the calc. I have to say the help on these two things (math functions...
the next part of my puzzle is splitting a string on a character in my case I am working with minutes:seconds (note : in the middle) I want to split the string...
... two ... Don, You could look into all string functions or you could simply use an array and do it like this... ^!SetListDelimiter : ^!SetArray %time%=10:45 ...
Well done Hugo. Much easier than where I was going ... which was this direction: ;test rounddown (from earlier question) ^!Set %test%=^$Calc(floor(6.53+1))$ ...
Hi Group, Trying to learn how to write clips: I want to launch a specific file in Excel. The clip below does exactly what I want. It was built by modifying...
... [ . . ] ... If that is all that you want to do then only the one shell line should suffice (or: do it). With perhaps exception of multiple instances of...
Thanks, Alan, for the quick reply. You said: <<If that is all that you want to do then only the one shell line should suffice (or: do it).>> Merely learning...
I am getting very close now! I have two halves to this thing, and both halves are getting very close. Part two in a bit, but part one will allow you to...
looks like I may have repeated myself ... see http://groups.yahoo.com/group/ntb-clips/message/11161 where apparently Hugo answered about the same question once...
It appears I have it with Hugo's assistance once again. What a duh on the padding numbers problem, and yet I stared at that for thirty minutes. Funny how...
RaY: I am repeating here those of my original questions which ... WAG: its implied? ... Exactly: If its found then take the ELSE branch and goto END, but if ...
Given the script between the lines and the text below that, if I select "test of the" and run the script I get "!testtest !ofof !thethe" (on three lines just...
Hi Alec & Ray, ... Not that I am aware of. There might be something shorter than this: Ctrl+F6 Tab Shift+F10 DownArrow Enter <bg> AFAIK, mouse, right click,...
On Mon, 04 Oct 2004 06:58:05 -0400, Don Passenger wrote: [ . see the original post this thread for the original enclosed clip . ] P.S. Yahoo Groups and my...
I have a clip which prepares text of email addresses for a server in the format required after a database has output the data with gratuitous empty line etc. ...