Liberty Basic?
  Home FAQ Contact Sign in
comp.lang.basic.misc only
 
Advanced search
POPULAR GROUPS

more...

comp.lang.basic.misc Profile…
 Up
Liberty Basic?         


Author: dajava
Date: Mar 15, 2007 01:18

http://www.libertybasic.com/download.html

- Click here to email us and tell us how you heard about Liberty
BASIC. We will send you a link that will save you 20%% on your Liberty
BASIC purchase, plus a special extra bonus!
-----------------------------------------------------------------------------------------------------

I sent a mail one month ago.
No relpy!

I send another one last week with a different e-mail address of mine.
No reply again.

Is the company still in business?

dajava,
5 Comments
Re: Liberty Basic?         


Author: Stefan Pendl
Date: Mar 15, 2007 03:19

On 15 Mar 2007 01:18:57 -0700, "dajava" operamail.com> wrote:
>
>http://www.libertybasic.com/download.html
>
>- Click here to email us and tell us how you heard about Liberty
>BASIC. We will send you a link that will save you 20%% on your Liberty
>BASIC purchase, plus a special extra bonus!
>-----------------------------------------------------------------------------------------------------
>
>I sent a mail one month ago.
>No relpy!
>
>I send another one last week with a different e-mail address of mine.
>No reply again.
>
>Is the company still in business?
>

Carl and Scott are very busy developing the next generation of LB.
Your mail might have been filtered by his spam filter.
Show full article (0.72Kb)
no comments
Re: Liberty Basic?         


Author: dajava
Date: Mar 16, 2007 06:18

On Mar 16, 7:41 am, Stefan Pendl nospam.com> wrote:
> On 15 Mar 2007 11:27:17 -0700, "n...@rtrussell.co.uk"
>
> rtrussell.co.uk> wrote:
>
>>I'm sure somebody will post the LB code, but for comparison here's how
>>it's done in BBC BASIC:
>
> And here it is:
>
> '---code start (watch for line wraps)
> 'Form created with the help of Freeform 3 v01-28-07
> 'Generated on Mar 15, 2007 at 23:36:31
>
> nomainwin
> WindowWidth = 230
> WindowHeight = 160
> UpperLeftX=int((DisplayWidth-WindowWidth)/2)

- snip -
Show full article (1.14Kb)
no comments
Re: Liberty Basic?         


Author: carlg
Date: Mar 17, 2007 14:53

On Mar 15, 3:18 am, "dajava" operamail.com> wrote:
> I sent a mail one month ago.
> No relpy!
>
> I send another one last week with a different e-mail address of mine.
> No reply again.
>
> Is the company still in business?

Hi,

Sorry you've had a bad experience.

Yes we're still around. I don't see any email from dajava in my
inbox. I'm not sure why but it looks like I didn't get your email.
I'd be happy to send you the discount link. Try sending your email
address to me at carlg at world.std.com.

-Carl Gundel
http://www.libertybasic.com
no comments
Re: Liberty Basic?         


Author: dajava
Date: Mar 21, 2007 05:23

On Mar 16, 7:41 am, Stefan Pendl nospam.com> wrote:
> On 15 Mar 2007 11:27:17 -0700, "n...@rtrussell.co.uk"
>
> rtrussell.co.uk> wrote:
>
>>I'm sure somebody will post the LB code, but for comparison here's how
>>it's done in BBC BASIC:
>
> And here it is:
>
> '---code start (watch for line wraps)
> 'Form created with the help of Freeform 3 v01-28-07
> 'Generated on Mar 15, 2007 at 23:36:31
>
> nomainwin
> WindowWidth = 230
> WindowHeight = 160
> UpperLeftX=int((DisplayWidth-WindowWidth)/2)
> UpperLeftY=int((DisplayHeight-WindowHeight)/2)
> ...
Show full article (2.50Kb)
no comments
Re: Liberty Basic?         


Author: dajava
Date: Mar 24, 2007 05:06

On Mar 16, 3:27 am, "n...@rtrussell.co.uk" rtrussell.co.uk>
wrote:
> On Mar 15, 3:10 pm, "dajava" operamail.com> wrote:
>
>> For example, I want to get two numbers from screen,
>> add them, and display summation of them on screen.
>
>> -----Windows munu ---------
>
>> Num 1 = Num2 =
>> Sum =
>
>> -------------------------
>
>> Any hints for this?
>
> I'm sure somebody will post the LB code, but for comparison here's how
> it's done in BBC BASIC:
>
> INSTALL @lib$+"WINLIB2" ...
Show full article (1.82Kb)
no comments