The April issue is out. The contents are listed below. Please do not discuss the newsletter here in the yahoo group. Please place comments, questions, etc. on...
20496
pm
mark44ukuk
Apr 1, 2004 6:55 pm
Does anyone know how to set this from LB (API)? Thanks Mark Parkinson Bodmin...
Hi all, I am drawing a blank on this task. What I have: Multiple files in a folder that need to be processed in groups. Each filename begins with the group...
20499
M Pink
hartfoot
Apr 2, 2004 6:35 am
Lee I am to new to LB to give any sound advice but can the "?" be used as a wild card. In the days of MSDOS and the 8.3 file names you could locate and work...
20500
John Richardson
jwrestintabl...
Apr 2, 2004 6:37 am
Wow - thank you very much everyone! This is a superb newsletter. There are so many things LB can do! John R ... From: Alyce Watson To:...
20501
Ingemar Bjerle
gunnar312000
Apr 2, 2004 6:47 am
Freeform is not user friendly at all. The first thing I do when I have made a GUI in Free form is to change all the ugly and silly name it has produced. Just...
20502
Steve Nicholls
benq1500
Apr 2, 2004 8:11 am
... Bad hair day?? The alternative is a huge amout of coding to produce a gui. Thanks John for FreeForm and also Alyce for LBWorkshop. LB is excellent, these...
20503
peterhawken
Apr 2, 2004 8:46 am
This post demonstrates just how people vary in their programming styles and naming conventions. Having played with early versions of basic when every...
20504
Ingemar Bjerle
gunnar312000
Apr 2, 2004 9:31 am
... From: "Steve Nicholls" <gl1500@...> To: <libertybasic@yahoogroups.com> Sent: Friday, April 02, 2004 10:15 AM Subject: Re: [libertybasic]...
20505
legourleonard
Apr 2, 2004 11:41 am
How do you get the computer to randomly pick a number between 1 and ten and store it as a variable?...
20506
mp_ctrl
Apr 2, 2004 11:56 am
... have made a GUI in Free form is to change all the ugly and silly name it has produced. Just how silly it is let us take button16Click. What is a button...
20507
stefanhes
Apr 2, 2004 12:29 pm
... Do you mean an INTEGER? I use this function: somenumber=RandomInteger(1,10) function RandomInteger(begin,end) RandomInteger = int(rnd(1)*(end-begin+1)) +...
20508
stefanhes
Apr 2, 2004 12:32 pm
... and ... Do you mean an INTEGER? I use this function: somenumber=RandomInteger(1,10) function RandomInteger(begin,eind) RandomInteger =...
20509
Bill Beasley
bbeas00
Apr 2, 2004 12:41 pm
From: legourleonard [mailto:legourleonard@...] Sent: Friday, April 02, 2004 5:42 AM To: libertybasic@yahoogroups.com Subject: [libertybasic] Random number...
20510
Alyce Watson
alyce_dubya
Apr 2, 2004 12:54 pm
... Novice? I've read every single word of the helpfile, many times, and I've now been using LB for 7 years. (Some may know that I helped Carl update the ...
20511
Alyce Watson
alyce_dubya
Apr 2, 2004 1:16 pm
... I was one of those who updated FF, but it was a few years ago, for LB2.0. David Drake and John Davidson have done the more recent updates and they are...
20512
Bill Beasley
bbeas00
Apr 2, 2004 1:19 pm
From: Ingemar Bjerle [mailto:ingemar.bjerle@...] Sent: Friday, April 02, 2004 12:47 AM To: libertybasic@yahoogroups.com Subject: [libertybasic] Freeform ...
20513
Bill Beasley
bbeas00
Apr 2, 2004 1:27 pm
From: Alyce Watson [mailto:alycewatson@...] Sent: Friday, April 02, 2004 6:53 AM To: libertybasic@yahoogroups.com Subject: RE: [libertybasic] Random...
20514
mp_ctrl
Apr 2, 2004 1:53 pm
Liberty Basic related statement or a place to vent a bit of sarcasm? BTW: After a gazillion Yahoo searches and reading numerous emails and searching at the...
20515
Ingemar Bjerle
gunnar312000
Apr 2, 2004 2:25 pm
... From: "Bill Beasley" <bbeas00@...> To: <libertybasic@yahoogroups.com> Sent: Friday, April 02, 2004 3:19 PM Subject: RE: [libertybasic] Freeform ... ...
20516
Janet Terra
JanetTerra
Apr 2, 2004 3:56 pm
... ask Alyce or one of the forum groups. ... The regular contributers to Liberty BASIC (and by regular, I'm talking years, not days, weeks, or even months) do...
20517
carlgundel
Apr 2, 2004 4:03 pm
... have made a GUI in Free form is to change all the ugly and silly name it has produced. Just how silly it is let us take button16Click. What is a button...
20518
carlgundel
Apr 2, 2004 4:05 pm
... not/etc. ... It is 70 megabytes. The garbage collector is most efficient at this size. It could be larger, but I'd need to make a whole new build. It is...
20519
mp_ctrl
Apr 2, 2004 4:56 pm
... doesn't know or care if you're using SRAM, SDRAM, DDR, EDO, Flash memory or anything else. ;-) Ahhhh. yep :) ... but it may allocate X minimal amount...
20520
mp_ctrl
Apr 2, 2004 5:44 pm
Hello Janet, I replied but it seems a bit bucket is out and about. A post that I sent to you and prior to reply to Carl has lost its way. If it doesn't show...
20521
Chergarj@...
gjosefc
Apr 2, 2004 6:28 pm
FreeForm for Liberty BASIC is a huge, complicated magical and incomprehensible program which undoubtedly permits us great efficiency in producing very neat ...
20522
Mike
mike_ukmid
Apr 2, 2004 7:14 pm
... project. ... Hey Pooh Bear, How about considering sharing this project for others to learn from? Sorry if I have missed any links if you have already...
20523
mp_ctrl
Apr 2, 2004 7:51 pm
I believe I asked a question???? If personal banter .. may I suggest they take it offline? And you apparently missed my sarcasm ;) Take care, Jim...
20524
mp_ctrl
Apr 2, 2004 8:33 pm
Has anyone used dual monitors with LB? (Win 98se in my case) Any special considerations? I would not think there would be any problems but inclined to ask. ...