Check the helpfile: "The " & " character placed in the title and text items for the menu specifies the accelerator placement for each item. The letter...
38386
rnwolfe@...
racfdba
Jun 9, 2009 6:25 pm
Hi: Can someone tell me what "&" means? I see "save", "&save", and "s&ave" in various programs. thanks, rnwolfe [Non-text portions of this message have been...
38385
Richard Russell
rtrussellcouk
Jun 9, 2009 9:09 am
... As Stefan said, all you're seeing is the fundamental limit of accuracy in using a 32-bit binary floating point representation of your value, corresponding...
38384
Stefan Pendl
pendl2megabit
Jun 9, 2009 7:43 am
... The above is not only for 64-bit Windows, it is useable for 32-bit Windows too, so there is no need to determine the version of the O/S beforehand. Below...
38383
Stefan Pendl
pendl2megabit
Jun 9, 2009 7:19 am
... See http://www.b6sw.com/forum/content.php?mode=snips&t=206 for some helpful functions to convert from a string to a number and vice versa. The CV_...
38382
Stefan Pendl
pendl2megabit
Jun 9, 2009 7:05 am
... The floating point error comes from the math coprocessor of any computer, there is nothing that LB can do about it. ... Stefan Pendl Liberty BASIC Assist...
38381
Stefan Pendl
pendl2megabit
Jun 9, 2009 6:54 am
... Make sure, that the record number you like to access is not zero or less, this will cause LB to write a 4GB file (4096MB). You may want to use FAT32, which...
38380
Mike
javahound_45050
Jun 9, 2009 4:57 am
Stefan, The code did work on friday, My crew went home for the weekend and on Monday morning it did not work any more. We did nothing to the computer so I'm...
38379
dakky42
Jun 9, 2009 4:40 am
many thanks Richard, Don't quite understand API's but will inverstigate further! frank...
38378
dakky42
Jun 9, 2009 4:40 am
Thanks Richard, The function works good - but there is some loss in coversion accuracy as the output does not exactly replicate the original source 32bit float...
38377
titan2guy
Jun 8, 2009 10:52 pm
I'm hoping someone can provide me with some clues on what to look for without posting the overall code. I have a LB program with about 1700+ lines of code. I...
38376
Richard Russell
rtrussellcouk
Jun 8, 2009 9:26 pm
... If you interpret your 32-bit value as an ordinary integer then you can use the function listed below to do the conversion you need: function float32(i32) ...
38375
dakky42
Jun 8, 2009 12:20 pm
Hi all, I have only recently begun to use Liberty basic and would appreciate some help on an application. I am trying to decode some MODBUS RTU data comming in...
38374
Mike
javahound_45050
Jun 6, 2009 5:46 am
Stefan, Thanks again, the routine worked perfectly. Have a great weekend. Mike...
38373
Mike
javahound_45050
Jun 5, 2009 10:03 am
Thanks Stefan, I'll give it a go today and let you know. Those articles were very enlightening... I didn't realize the complexity of tring to handle 32 bit...
38372
Stefan Pendl
pendl2megabit
Jun 5, 2009 7:06 am
... For ExitWindowsEx read the whole description at http://msdn.microsoft.com/en-us/library/aa376868(VS.85).aspx and follow the remarks and example. ... On...
38371
Mike
javahound_45050
Jun 4, 2009 9:31 pm
Both of these types of shut down processes work well on 32 bit vista and 32 bit xp, however on xp 64 bit nothing happens. How can I shutdown_reboot from with a...
38369
Stefan Pendl
pendl2megabit
Jun 2, 2009 7:48 pm
... Sorry, but the _LBS_SORT style does not work, so the native SORT command is your only option. The correct syntax would be: stylebits #1.lbx, _LBS_SORT or...
38367
Stefan Pendl
pendl2megabit
Jun 2, 2009 6:46 am
... Sorting is not done with the stylebit, it is done with the LB SORT command. Adding the _WS_HSCROLL style to the list box will display a horizontal scroll...
38365
teachmetoo@...
metoo971
Jun 2, 2009 3:06 am
This seems to be an over kill for the use of a computer. There are controllers out there for solar arrays that use several photo cells to track the sun across...
38364
Ed
n3sdo
Jun 2, 2009 3:06 am
... Hi Solar Experimenter. Some questions come to mind. How big of a panel or array of panels do you want to move? An RC servo could be used to move a small...
38363
productdevelop
Jun 1, 2009 5:39 pm
... Right on the money! Thanks!...
38362
alexbozinovic
Jun 1, 2009 4:41 pm
... Thanks for NS Basic....
38361
Bill Lopez
maxxhuggs2006
Jun 1, 2009 4:09 pm
Wow! Thank you, Laurie! I may finally be able to do something with my HP Jornada besides read electronic books! ROFL! I've copied and saved several of the...
38360
laurie camion
lauriecam2006
Jun 1, 2009 3:42 pm
Besides which there is already a well established Basic tool for Symbian and similar OS's. NS Basic - http://en.wikipedia.org/wiki/NS_Basic ... From: Bill...
38359
Stefan Pendl
pendl2megabit
Jun 1, 2009 1:40 pm
... Stefan Pendl Liberty BASIC Assist 4.03 ........ http://www.libertybasic.com/assist.html Liberty BASIC 4.04 public beta ......
38358
Bill Lopez
maxxhuggs2006
Jun 1, 2009 1:40 pm
... If there is a market, if the effort can prove profitable, someone will make a basic for handhelds. When the question is, "Why doesn't someone....?" the...
38357
alexbozinovic
Jun 1, 2009 1:31 pm
... Why don't you than make runtime engine for handhelds?...
38356
Stefan Pendl
pendl2megabit
Jun 1, 2009 7:33 am
... Ad a) See the stylebits series at http://lbpe.wikispaces.com/gui Ad b) See the LB SORT command in the help file. ... Stefan Pendl Liberty BASIC Assist 4.03...
38355
Stefan Pendl
pendl2megabit
Jun 1, 2009 7:17 am
... No, because there is no runtime engine for handhelds. ... Stefan Pendl Liberty BASIC Assist 4.03 ........ http://www.libertybasic.com/assist.html Liberty...