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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 18918 - 18947 of 19902   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18918
Hi I think you find that notetab would use the windows default email program may be easier to set which ever one you to default . THANKYOU DAVE M ... From:...
Dave
david_99_au
Offline Send Email
Feb 1, 2009
12:15 pm
18919
^!IfError my_label if item was not found, goes to label you can check it. note the revised below ... ^!Find "Special" CIHRS" ... [Non-text portions of this...
Alan C
acummingsus
Offline Send Email
Feb 2, 2009
3:27 am
18920
... Ugly, I don't think this is a bug. I think it's working exactly as designed. Notetab recognizes if the file is a Unicode text file or UTF-8 Web page and...
hsavage
hrs62930
Offline Send Email
Feb 2, 2009
5:39 am
18921
Hi Michael,   ... to open a message window when I selected Yes (insert the + sign). It *did* work when I Selected No (no + sign). I also tried the above ...
Hugo Paulissen
hpaulissen
Offline Send Email
Feb 2, 2009
11:31 am
18922
... that it ... files. ... All, Ugly, Sorry about this, the first line in the clip above was changed by copying and pasting into the email. This should be the...
hsavage
hrs62930
Offline Send Email
Feb 2, 2009
1:41 pm
18923
Try String Position (on selection): ^!If ^$StrPos("Special";"^$GetSelection$";0)$>1 SPECIAL else NORMAL if the selection contains the first string (Special) it...
ebbtidalflats
Offline Send Email
Feb 2, 2009
9:26 pm
18924
I'm posting the two-line code workaround from memory, so the syntax for the functions may need tweaking (assumes |" as array delimiter): Balnk lines to...
ebbtidalflats
Offline Send Email
Feb 2, 2009
9:37 pm
18925
Hugo, <>I tried including ^!setdebug on before the ^!email command and the clip acted like it didn't even see the ^!email command. I also tried setting custom...
Michael Frascinella
m_frascinella
Offline Send Email
Feb 2, 2009
11:21 pm
18926
... I was trying to actually use a regex even though I never disclosed that. Hence the find....
Don - HtmlFixIt.com
dpasseng
Offline Send Email
Feb 2, 2009
11:53 pm
18927
... I usually use either word or better yet open office mail merge to email functions for such things. Much as I love notetab (and I do), I still do...
Don - HtmlFixIt.com
dpasseng
Offline Send Email
Feb 2, 2009
11:56 pm
18928
Oop I had it reversed. So, now, to "un reverse" So, perhaps ^!Find line here ^!IfError Skip ^!Goto Special ^!code carrys on here is what might work since you...
Alan C
acummingsus
Offline Send Email
Feb 3, 2009
2:46 am
18929
... aha and duh on me at the same time ... I think this will work. I used something very similar over the weekend and yet didn't see this answer ... thank you...
Don - HtmlFixIt.com
dpasseng
Offline Send Email
Feb 3, 2009
3:43 am
18930
... Eb, That's another good idea (besides Lotta's solution) but, unfortunately, it's producing a syntax error. I tried to make your idea work. It may look...
Flo
jonas_ramus
Offline Send Email
Feb 3, 2009
12:47 pm
18931
Flo, I generally try to keep from nesting too many functions. I lose track. In your code: ; long line start ^!Set...
ebbtidalflats
Offline Send Email
Feb 3, 2009
2:58 pm
18932
Eb, This is an excellent clip for discovering field count in menus and in delimited rows (tables). I use it or variations of it extensively for both purposes. ...
Dan Gagne
dans_mill
Offline Send Email
Feb 3, 2009
5:16 pm
18933
Eb, Forgot to mention that you have to bump the index count by one because the table delimiters follow the field they reference. Hence, the delimiter count is...
Dan Gagne
dans_mill
Offline Send Email
Feb 3, 2009
5:28 pm
18934
Thanks for your comments, Dan. ... My code is BELOW the code you have edited. It prefixes the array with an extra delimiter to PREVENT the extra code to...
ebbtidalflats
Offline Send Email
Feb 3, 2009
6:36 pm
18935
Hi Flo, My original array index code was missing two extra arguments to the StrCount function. That would generate a syntax error. Your code had a missing '%'...
ebbtidalflats
Offline Send Email
Feb 3, 2009
6:53 pm
18936
... Hi Eb, ... Thanks for these corrections, Eb! It's clear to see why the trailing delimiter is needed. Without that delimiter, "Bert", in...
Flo
jonas_ramus
Offline Send Email
Feb 3, 2009
10:28 pm
18937
Hello, I have a problem getting more information in the resulting window when I run the following clip: ^!CALC [^?[Gewicht in kilo's]/(^?[Lengte in...
B.P. de Vries
bpdevries
Offline Send Email
Feb 4, 2009
12:02 am
18938
... If you talk about an Info window you can create line breaks with the ^p token. The below should be one long line, email will wrap it. ^!Info [L]BMI =...
loro
yastupidhoo
Offline Send Email
Feb 4, 2009
1:23 am
18939
... when I ... ^!Set %Weight%=^?[Weight in kg]; %Size%=^?[Size in cm] ^!Set %BMI%=^$Calc(^%Weight%/(^%Size%/100)^2)$ ^!Info [L]Your Body Mass Index is...
Flo
jonas_ramus
Offline Send Email
Feb 4, 2009
1:26 am
18940
Thanks a lot. It works perfectly. All I had to do was inserting a ^. Must have been a typo, but I learned again from it. Thanks! Met vriendelijke groet, Bauke...
B.P. de Vries
bpdevries
Offline Send Email
Feb 4, 2009
10:41 pm
18941
Hi Flo, Yes, you need an extra delimiter. However, I would NOT place it at the end of the array. That would require you to structure the array with this...
ebbtidalflats
Offline Send Email
Feb 5, 2009
5:14 pm
18942
Bauke, You can include extra information by putting the calculation in an INFO command. Here is one that I created a few years ago. It converts frequency to...
Michael Frascinella
m_frascinella
Offline Send Email
Feb 5, 2009
10:25 pm
18943
This is the first time I've tried arrays. I have a date like today "090208", ie YYMMDD, in %varDAT% and I pick the month using ^$StrCopy("^%varDAT%";3;2)$ ...
Axel Berger
absalom_nemini
Offline Send Email
Feb 8, 2009
1:01 pm
18944
... Solved it. I can't use a function in there but I can nest variables, so I need to invent another variable to store that "02" in. But that too does not...
Axel Berger
absalom_nemini
Offline Send Email
Feb 8, 2009
1:12 pm
18945
... Until it is, this works to get rid of leading zeroes: ^!Set %varMON%=^$Calc(^$StrCopy("^%varDAT%";3;2)$;0)$ Axel...
Axel Berger
absalom_nemini
Offline Send Email
Feb 8, 2009
1:26 pm
18946
Axel, You could use either a single 'M' for month in your date function. If you need the double mm for some other reason, use separate date function with only...
ebbtidalflats
Offline Send Email
Feb 8, 2009
11:03 pm
18947
... I could, but I don't use a date function. The YYMMDD string, e.g. 090209, is part of a file naming and anchor naming scheme. ... Probably, but speed is...
Axel Berger
absalom_nemini
Offline Send Email
Feb 8, 2009
11:46 pm
Messages 18918 - 18947 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