... I'd like to buy a Q. ;-) I do not know if this behavior for IsNumber is a clip language bug or a problem with the infamous input control. I do not need...
14888
loro
yastupidhoo
Mar 9, 2006 3:53 am
... I think it's nothing less than an insult that I can't calculate with å, ä and ö, that's what I think. I'll probably write to Jody about this. I demand...
14887
Don - htmlfixit.com
dpasseng
Mar 9, 2006 3:15 am
As we all know, the letter e is the most popular letter, so it demands to be treated differently during negotiations, don't you think?...
14886
loro
yastupidhoo
Mar 9, 2006 2:46 am
... Except if it's a single letter! :-) ... It works, as I can use both period and comma. The problem is that a single alphabetic character returns true when...
14885
Don - htmlfixit.com
dpasseng
Mar 9, 2006 1:57 am
... Hi Larry, Of the things we tested only the following were numbers (according to isnumber): a. an integer b. any single letter of the alphabet (I consider...
14884
Larry Hamilton
lm_hamilton
Mar 9, 2006 1:51 am
... Lotta, The IsNumber function is a True/False test. Either the selected information is a number or it is not. The Clip Help indicates that it returns 1 for...
14883
Don - htmlfixit.com
dpasseng
Mar 8, 2006 4:49 pm
... Dear Charles, This is a thread from a while back. I wanted to thank you again for the advice. I recently had occaision to write a clip for a client who ...
14882
Don - HtmlFixIt.com
dpasseng
Mar 7, 2006 1:54 am
... hrs, we are on the basic list ... shouldn't this discussion move to the clips list and continue over there? Karl, if you want the solution, you need to...
14881
loro
yastupidhoo
Mar 5, 2006 8:56 pm
... "My" Notetab handles comma as well as period as decimal point. I don't know if that is programmed in Notatab or if it in some way pick the comma up from my...
14880
Don - HtmlFixIt.com
dpasseng
Mar 5, 2006 12:56 am
... I think we agree then :-) I probably didn't mean what I said or say what I meant. By fails I meant that it shows it to be a number when I would argue it...
14879
loro
yastupidhoo
Mar 5, 2006 12:20 am
... Come on! That isn't a (correctly written) number any way you see it. A writing convention maybe, but would you write it like that using a calculator? We...
14878
Don - HtmlFixIt.com
dpasseng
Mar 5, 2006 12:00 am
... Hi Lotta, The above fails on this example: "1,00,00.10" Well I guess we could argue that is a number (begging that question again I suppose). At best, I...
14877
John Wallace
johnta1
Mar 4, 2006 11:35 pm
I don't have any knowledge on this, just thinking out loud. I would say the 'a' is interpeted as not numeric and given a binary value of zero. Possibly the...
14876
loro
yastupidhoo
Mar 4, 2006 11:10 pm
Don, It isn't only multiplication. A single letter a-z always is 0. Anyone knows why this is? a+1=1 a*1=0 a/1=0 a^1=0 1^a=1 a*a=0 For example these return an...
14875
loro
yastupidhoo
Mar 4, 2006 10:39 pm
... Oh. Clear as mud! Thank you. ... You are right. How strange. Bet there is a logical explanation as usual but I can't guess what it is. ln() seems to work...
14874
Don - HtmlFixIt.com
dpasseng
Mar 4, 2006 10:19 pm
... Loro, Thanks so much for the response. I think I vaguely remember that discussion. I call anything that is a number a number in English. That function...
14873
loro
yastupidhoo
Mar 4, 2006 9:36 pm
... Been there. In fact I found my post - from 2001. Jody confirmed number = integer. English question: what do you guys, in daily speech, call "numbers" that...
14872
Don - HtmlFixIt.com
dpasseng
Mar 4, 2006 8:09 pm
So I say to self, "self, if you multiply the item by 100, that should move the decimal out of the way and get better results." Self was wrong ... why is x * 1...
14871
Don - HtmlFixIt.com
dpasseng
Mar 4, 2006 7:59 pm
I am surprised to find how it works because I think it only works on integers and not decimals, etc. I ran it on this list: 1 10 .10 1.1 5.2 1,000.50 1,000 200...
14870
Don - HtmlFixIt.com
dpasseng
Mar 4, 2006 4:58 pm
... Jody must be away but he'll show up shortly and say ... This is off topic for a notetab forum. We are discussing other software besides notetab. There...
14869
funkysmama
Mar 3, 2006 10:12 pm
... <snip> ... could ... worked ... keep ... There's no procedure per se, but this formula: =CONCATENATE(A1,",",B1) when combined with an export to...
14868
Wright, John - Textro...
jwright301
Mar 3, 2006 1:20 pm
Thanks anyhow. ... From: hsavage [mailto:hsavage@...] Sent: Wednesday, March 01, 2006 8:53 AM To: ntb-clips@yahoogroups.com Subject: Re: [Clip]...
14867
mblattyh
Mar 2, 2006 9:08 pm
... Can ... clip ... It ... I just a few days ago set up a clip to display a group of files and then open a some or all of them in NoteTab. It is a...
14866
dpasseng
Mar 2, 2006 4:29 pm
I want to run a directory with a clip. Find all files named *.txt, create a dialog box with each name and be able to select one. Once selected I want to...
14865
Don - HtmlFixIt.com
dpasseng
Mar 2, 2006 2:06 pm
... I would write a clip, split each line to an array on the | delimiter, go to the second field in the array and replace the first - with a | and the second...
14864
abairheart
Mar 2, 2006 12:56 pm
... Modify --> block works on counted characters, rather than screen or database column. Tabs count as 1 character. If you can select the block you want to...
14863
Jeffery Scism
scismgenie
Mar 2, 2006 4:36 am
... Yes I have EXcel, Microsoft Works suite and Open Office, I searched the help files and could not find a combine columns procedure, I could find "jion...
14862
funkysmama
Mar 2, 2006 12:54 am
... line ... I ... column ... columns ... I gather you've already found a workaround, but to answer your original question: Find:...
14861
hsavage
hrs62930
Mar 1, 2006 1:54 pm
... John, An excerpt, or 2, from previous emails; <>··········Excerpt 1··········<> Raimund, Opinions may vary, mine is, the only way to...
14860
Wright, John - Textro...
jwright301
Mar 1, 2006 1:20 pm
Charles, I tried your method (see code below) and it did not widen the window. The data in the window and the wizard title were truncated. ^!SetWizardTitle...