... Hi, If your goal is just to check if all the characters in a name input by a user are valid letters, you are on the right track with this little program....
42728
Rod
rod_bird001
Mar 5, 2011 11:12 pm
It has been discussed here http://groups.yahoo.com/group/libertybasic/message/22367...
42727
William
waseneff
Mar 5, 2011 10:17 pm
I have text and graphic data in a graphic window and want to send it to my HP printer in landscape form. Using the PRINTERDIALOG command to set the print to...
42726
kingklanman
Mar 5, 2011 10:16 pm
The log splitter is working on 2 fundamental principles First is energy. His motor is inputing energy to get the thing going and then to keep it up to speed. ...
42725
productdevelop
Mar 5, 2011 8:40 pm
<snip> The force to split the log is the same for you and this guy. The reason your machine takes so long is the fact that your source of the splitting force...
42724
RipSaw
rij4360
Mar 5, 2011 6:43 pm
Look at this link: http://www.youtube.com/watch?v=2bVAAx3mMKY It is a log splitter to blast logs apart. It is rotating about 77 rpm. OK if Newton was...
42723
Stefan Pendl
pendl2megabit
Mar 5, 2011 6:16 pm
... Find this custom function for this purpose. Run this through the debugger step-by-step to see how it works. '---code start (watch for line wraps) ...
42722
Muhammad Haris
imharis1985
Mar 5, 2011 5:06 pm
Although it is a kind of plus point of liberty basic that you do not have to define variables on the start but at times this becomes a very very big headache. ...
42721
titan2guy
Mar 3, 2011 10:04 pm
OK, that did it! I'm still old & tired, but I appreciate your patience! KK...
42720
Rod
rod_bird001
Mar 3, 2011 7:05 pm
Control characters are stripped out by modern Windows print drivers. The DUMP command can force a page print. You can also introduce blank lines if you know...
42719
sharpdj5927
Mar 3, 2011 6:07 pm
I have a lot of data in text format generated by my program. This text is sent to a texteditor window and subsequently prints out fine to a laser printer when...
42718
Rod
rod_bird001
Mar 3, 2011 9:42 am
Click on Start, then Computer and navigate to a folder that contains .bas files. Hover over the .bas file and Right Click. Choose "Open With", ignore any...
42717
Stefan Pendl
pendl2megabit
Mar 3, 2011 8:59 am
... Search this group online for "Mutex" and you will find a post by Richard, which is using the recommended way, since the newsletter article is missing some...
42716
Stefan Pendl
pendl2megabit
Mar 3, 2011 8:57 am
... Search this group online for "Mutex" and you will find a post by Richard, which is using the recommended way, since the newsletter article is missing some...
42715
Stefan Pendl
pendl2megabit
Mar 3, 2011 8:53 am
... If you use the Explorer context menu of a .BAS file and select "Open with...", there will be no BAS extension listed, since Explorer already knows, that...
42714
titan2guy
Mar 3, 2011 6:21 am
You're making me feel tired & old! Stefan's solution doesn't work because .bas is not in the list of filetypes with which to be associated. AND LB is not in...
42713
JanetTerra
Mar 3, 2011 4:04 am
Try Ken Lewis' "Preventing More Than One Instance of Your Program" will help. You may want to test this code out in Vista and 7, since it was written a few...
42712
KR8ZZY
ski0333
Mar 3, 2011 2:44 am
Hi. It's the pest again... The program I've been working on runs in the background (no visible window). This has caused me on occasion to double click on its...
42711
Bill Lopez
welopez2001
Mar 2, 2011 7:44 pm
Not to worry, David. DOS is a "disk operating system." It is not intended to provide programming capabilities. All versions of Basic are very similar,...
42710
David Agee
ageed18
Mar 2, 2011 7:33 pm
Thank you for your time Bill. At try to unlearn DOS is a little slow David ________________________________ From: Bill Lopez <maxxhuggs@...> To:...
42709
Bill Lopez
welopez2001
Mar 1, 2011 10:33 pm
here are some examples in 215587; out 2158.... This first example is incorrect, sorry. Try PRINT INT(215587/100) and you'll see the correct value is 2155. The...
42708
David Agee
ageed18
Mar 1, 2011 10:29 pm
THANKS SEE YOU IN SPACE; at 60 years old I can show the kids how we did it David ________________________________ From: Bill Lopez <maxxhuggs@...> ...
42707
David Agee
ageed18
Mar 1, 2011 10:26 pm
here are some examples in 215587; out 2158 or 87412 in 874 out  The number would be number=number/100 and both need to be hold numbers. I hope this helps ...
42706
Rod
rod_bird001
Mar 1, 2011 8:54 pm
OK there is a known bug about file associations. It has nothing to do with Win7 or Vista or Xp, it is to do with upgrading. The bug only shows for folks that...
42705
Stefan Pendl
pendl2megabit
Mar 1, 2011 8:17 pm
... How about using open "C:\TEST.txt" for output as #1 Instead of open "C:/TEST.txt" for output as #1 ? ... Stefan Pendl ...
42704
Charles Campbell
charlie.camp...
Mar 1, 2011 8:11 pm
I am a new user of Just Basic. I have created a simple Input/Output program which reads one file to create a second. The code runs fine without any obvious...
42703
Bill Lopez
welopez2001
Mar 1, 2011 8:02 pm
Go to START > Settings > Control Panel > Folder Options > click on File Types Tab. Now scroll down the list of file types until you come to .BAS, then click...
42702
Stefan Pendl
pendl2megabit
Mar 1, 2011 7:56 pm
... From the explorer context menu of a .BAS file select "Open with ..." and use the browse button to navigate to liberty.exe, make sure the option "Always use...
42701
titan2guy
Mar 1, 2011 7:40 pm
This topic has surfaced a number of times and things have evidently been cleaned up considerably. I have recently acquired W7, and Liberty installed cleanly &...
42700
Stefan Pendl
pendl2megabit
Mar 1, 2011 7:15 pm
... Check the BrowsForFolder.BAS example file shipping with your LB installation for a folder selection dialog, which does what you want. ... Stefan Pendl ...