Search the web
Sign In
New User? Sign Up
ntb-clips · The NoteTab Clips List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 12532 - 12561 of 19902   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12532
Hi, ... ^!FocusApp Appname ^!IfMatch "Appname" "^$GetAppTitle$" Next Else Wait works fine to transfer focus to the main window of another application. But I...
forporph
Offline Send Email
Oct 2, 2004
5:44 pm
12533
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...
Jody
notetabber
Offline Send Email
Oct 2, 2004
6:00 pm
12534
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...
Don Passenger
dpasseng
Offline Send Email
Oct 3, 2004
7:41 pm
12535
... 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...
loro
yastupidhoo
Offline Send Email
Oct 3, 2004
7:55 pm
12536
I didn't see this part. ... I don't know Excel, but I have a hunch that CEIL and FLOOR correspond to roundup() and rounddown()... Lotta...
loro
yastupidhoo
Offline Send Email
Oct 3, 2004
8:00 pm
12537
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 Passenger
dpasseng
Offline Send Email
Oct 3, 2004
8:18 pm
12538
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...
Warner Hughes
EWHughes
Offline Send Email
Oct 3, 2004
8:40 pm
12539
... 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...
loro
yastupidhoo
Offline Send Email
Oct 3, 2004
8:41 pm
12540
On Sunday, Oct 03, 2004 Don Passenger wrote regarding "rounding in a clip"; ... Hi Don, As an experiment I tried this and it seems to work: ^!Set...
Ben B
benb_i26up@...
Send Email
Oct 3, 2004
8:44 pm
12541
... Sheesh, I read sloppy. You said round DOWN. Then it's FLOOR you want. ^!Info ^$Calc(FLOOR(395/60))$ Lotta...
loro
yastupidhoo
Offline Send Email
Oct 3, 2004
8:46 pm
12542
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...
Don Passenger
dpasseng
Offline Send Email
Oct 3, 2004
9:12 pm
12543
Don, Well, your original question WAS overwhelming ;-) This post (and what follows it) could be of some help: ...
Hugo Paulissen
hugo_paulissen
Offline Send Email
Oct 3, 2004
9:15 pm
12544
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...
Don Passenger
dpasseng
Offline Send Email
Oct 3, 2004
9:15 pm
12545
... 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 ...
Hugo Paulissen
hugo_paulissen
Offline Send Email
Oct 3, 2004
10:14 pm
12546
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))$ ...
Don Passenger
dpasseng
Offline Send Email
Oct 3, 2004
11:26 pm
12547
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...
R Shapp
rayshapp
Offline Send Email
Oct 4, 2004
12:15 am
12548
Don Passenger wrote: [ . . ] ... Hugo has shared the equivalent: ^!SetListDelimiter : ^!SetArray <Perl_Only_Associated> my( @stuff ) = split( /:/,...
Alan
acummingsus
Offline Send Email
Oct 4, 2004
12:37 am
12549
... [ . . ] ... 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...
Alan
acummingsus
Offline Send Email
Oct 4, 2004
12:59 am
12550
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...
R Shapp
rayshapp
Offline Send Email
Oct 4, 2004
1:51 am
12551
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...
Don Passenger
dpasseng
Offline Send Email
Oct 4, 2004
3:37 am
12552
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...
Don Passenger
dpasseng
Offline Send Email
Oct 4, 2004
3:46 am
12553
Missing something simple here: ^!Set ^%seconds_per_mile_target%=6.9 ^!Info ^%seconds_per_mile_target% ^!Info ^$StrSize("^%seconds_per_mile_target%")$ ^!If...
Don Passenger
dpasseng
Offline Send Email
Oct 4, 2004
3:58 am
12554
... [snip] ... 06.9 Don, Remove the ^ before the name of the variable when you set it. ^!Set ^%var% does not work, it should be ^!Set %var% Hugo...
Hugo Paulissen
hugo_paulissen
Offline Send Email
Oct 4, 2004
7:30 am
12555
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...
Don Passenger
dpasseng
Offline Send Email
Oct 4, 2004
10:58 am
12556
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 ...
Alec Burgess
alecb3ca
Offline Send Email
Oct 4, 2004
8:09 pm
12557
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...
awfkiwhistler
Offline Send Email
Oct 4, 2004
8:20 pm
12558
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,...
Jody
notetabber
Offline Send Email
Oct 4, 2004
10:56 pm
12559
Hi awfkiwhistler, ... I think you just want to comment each line. If so, this should do it. Don't select the last CR/LF in the lines. ^!Set...
Jody
notetabber
Offline Send Email
Oct 4, 2004
10:56 pm
12560
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...
Alan C.
acummingsus
Offline Send Email
Oct 4, 2004
11:29 pm
12561
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. ...
Robin Chapple
d9790
Offline Send Email
Oct 4, 2004
11:40 pm
Messages 12532 - 12561 of 19902   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help