Hello Andrew, I've just run this mini test program: val = 112456.678 Print val Print FormatNumber(val,2) and this is the result, on a German Windows 2000...
Hello Andrew, do you have a small test program that I could run? I'm running NSBasic on a German machine. I usually don't use the comma as the field separator...
Interestingly I have only ever used a plain FORMATNUMBER(Val,2) command in my export routines and although my programs are used all over the world I have never...
Hi, Thank you very much. I was hoping for a simple single line command but there seems not to be one. I'll use your method as it sounds a reliable way to do...
Guten Tag Andrew Thomas, ... i am german , we use commas :( i usually end up adding in a function exchanging the comma with a point (stringreplace) -- Mit...
Hi, Can I ask if anyone knows how to make writing numbers to files always have a decimal point as the decimal separator? It seems that some regional settings...
I just wrote a flashcard program, which has....a lot of other functions among the standard flashcard app, and.... it's still less than 400kb. It has 5 forms....
... You could make all or most of your buttons, picture elements. AddObject "NSCEPictureBox.NSCEPictureBoxCtrl.1","GeoL",60,40,400,150 with additional...
Hi George, We have developed a complex app in NSB, and found that the limit of the size of the application file is 2MB, which we are approaching now. ...
There is a set of tutorials on under the Help menu. There is one for reading and writing to a file. Have a look at the PictureBox for the other things you are...
Hi, i'm very new to NSbasic, and i was wondering where is a full tutorial on the usage of the language? For example, where can i find some code examples to do...
Thank you, George, that fixed it. If I were a more experienced developer, I would've known what this was about, but my experience with recent versions of VB...
What is the version of that file on your system? The version we have here is 6.0.81.69. The next step would be to try registering it. From the cmd line, enter ...
We've just uploaded NS Basic/CE 8.1.1. Here is what is new: 1. Support added for Windows Mobile 6.5 Start Screen png icons. 2. Tech Note 30 updated with...
We've just uploaded NS Basic/CE 8.1.0a. It fixes a couple of problems. Under certain circumstances, View Code could cause an Error 91, and application icons...
Hi, Thanks to George's excellent suggestion, I spent a couple of hours last night playing with how to program, or edit, NSB programs on the device to use...
Hi George, Thank you very much for replying. It would be very nice to have it in the device ide, and fiddling with declare might be difficult without knowing...
Hi Andrew, Yes, that's correct. Hi Res is accomplished by inserting a special resource. The desktop IDE does this - but it's a bit complex to do. If you don't...
Hi, I'd just like to say that these new html and hi-res features are excellent: thank you very much indeed :-) There's now just one little thing I would like...
We have just uploaded NS Basic/CE 8.1.0. It has several nice new features, as well as a number of fixes. The most exciting addition is the HTMLview control,...
... Thanks George, at least I know it has been addressed. I started building an 8.0 installer using the Demo version, but I've got some work to do with the...