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...
... 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...
... 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...
... 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...
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...
... 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...
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...
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...
... 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...
... 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...
... 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...
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...
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...
... 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...
... 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...
... 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...
... "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...
... 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...
... 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 ...
... 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...
... 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...
... 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...
... 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...
... 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...