Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

libertybasic · The Official Liberty BASIC Support Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 5579
  • Founded: Jan 12, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 21324 - 21353 of 46627   Newest  |  < Newer  |  Older >  |  Oldest Start Topic
Messages: Simplify | Expand Author Sort by Date v
21353 carlgundel Send Email Jun 3, 2004
12:36 am
... another ... Basic ++ ... know, but ... Our second generation BASIC will not be anything like C++. There are already too many BASICs that are like that,...
21352 carlgundel Send Email Jun 3, 2004
12:36 am
... handheld O/Ss. ... works on the ... for the ... Pocket Windows 4 (aka Windows CE) is a possible target. The Palm OS is not (too back since I personally...
21351 mrcatilina Send Email Jun 3, 2004
12:13 am
... API calls to ... for ... Nope. No need for the recycle. I realize that if I needed/wanted that feature it would complicate things. Just need to delete a...
21350 carlgundel Send Email Jun 3, 2004
12:09 am
... Liberty BASIC is not a native code (machine code) compiler. It does have a compiler (actually two if you count the JIT VM it runs on). Liberty BASIC code...
21349 pendl2megabit Send Email Jun 2, 2004
10:03 pm
Gordon, here is an all purpose modulus function from Alyce http://alycesrestaurant.com/snips.htm The link on top of the page wont work, you will have to go...
21348 pendl2megabit Send Email Jun 2, 2004
9:24 pm
Gordon, there is still another all upper case SGN function call left. LB won't catch this error, because it thinks that this is an array element. ... Stefan...
21347 pendl2megabit Send Email Jun 2, 2004
9:14 pm
... Copying to the recycle bin is not so simple, you will have to use API calls to manage that. Alyce has answerd a similar qustion a while ago, search the...
21346 pendl2megabit Send Email Jun 2, 2004
9:09 pm
Yves, if you read the helpfile topic Alyce pointed out, you will see that a .TKN file is nothing that any Windows platform can use without additional files. ...
21345 JanetTerra Send Email Jun 2, 2004
8:00 pm
... a ... to ... Search the newsletters: http://babek.info/libertybasicfiles/lbnews/ Tom Nally wrote two help files: Liberty BASIC Simple Help (without ...
21344 Yves Petit-Clerc
ve2lui Send Email
Jun 2, 2004
6:06 pm
All apologies for my useless supplemetary question. It is all there in the help file! Thanks again, Alice.\Yves [Non-text portions of this message have been...
21343 Gordon Sweet
gordonsweet2000 Send Email
Jun 2, 2004
6:02 pm
REF TO:- Message: 9 Date: Wed, 2 Jun 2004 05:10:33 -0400 From: "William Roggow" <roggowb@...> Subject: Re: Square Dance Patterns Thanks Bill for the...
21342 Gordon Sweet
gordonsweet2000 Send Email
Jun 2, 2004
6:01 pm
REF TO:- Message: 10 Date: Wed, 2 Jun 2004 11:46:03 +0200 From: "pendl2megabit" <pendl2megabit@...> Subject: AW: Square Dance Patterns Thanks Stefan for...
21341 Yves Petit-Clerc
ve2lui Send Email
Jun 2, 2004
4:33 pm
... Thank, Alice. I want an automatic loading at startup and Windows XP expect a program to load the application or this won't work. I gave "run400". Whould...
21340 Gordon Rahman
dutch_gordon Send Email
Jun 2, 2004
3:34 pm
Hello, Be very carefull here. If you want you could write your own routine in LB. Please do it for us and share? If you are sure enough you can use the routine...
21339 Keith Nance
kdbnance Send Email
Jun 2, 2004
3:23 pm
... Someone has written and shared a snippet called Folder Killer that uses API calls to do exactly what you're looking for, but unfortunately, I can't...
21338 Alyce
alyce_dubya Send Email
Jun 2, 2004
1:58 pm
... If you have a gold license, you can distribute your programs to people who do not have the LB development environment on their computers. Read about the...
21337 Yves Petit-Clerc
ve2lui Send Email
Jun 2, 2004
1:00 pm
I am new to .tkn files hence a total dummy. Can I sell/partake a program on that form? What must the end user buy/install about LB to run technically and...
21336 mrcatilina Send Email Jun 2, 2004
11:52 am
Need to delete a folder with unknown contents (and possible sub folders). I'm using a DOS utility DelTree right now but with like some code to smooth out the...
21335 egill
eaglesoar4449 Send Email
Jun 2, 2004
10:53 am
Peter, Take a look here in the newsletter index. http://babek.info/libertybasicfiles/lbnews/nlindex.txt You should be able to find something to suit your...
21334 peterhawken Send Email Jun 2, 2004
10:43 am
I have just completed a small programme and I need to add a help menu. It won't be anything complex and I don't need any more than a contents heading with...
21333 pendl2megabit Send Email Jun 2, 2004
9:47 am
Gordon, just a different way of a sign function '---start function sgn(number) ' this returns the sign of the number if number = 0 then sgn = 0 else sgn =...
21332 William Roggow
roggowb Send Email
Jun 2, 2004
9:07 am
Gordan After changing the 'sgn' variable to 'SGN' in the SGN function, the program produced interesting full screen patterns. Bill R. ... From: Gordon Sweet...
21331 Gordon Sweet
gordonsweet2000 Send Email
Jun 2, 2004
6:17 am
Some may have noticed there was one of my Typo errors in the Square Dance pattern which should have read as follows dx = int(rnd(1)*20)+1 : dy =...
21330 Alyce
alyce_dubya Send Email
Jun 2, 2004
1:41 am
... fast ... Have you read the newsletters? Dennis McKinney first introduced this technique here. ...
21329 Yves Petit-Clerc
ve2lui Send Email
Jun 2, 2004
12:16 am
I used: calldll #kernel32,"Sleep",25000 as ulong, res as void SCAN and it is doing marvels! Many thanks for help, Bill, and for the fast reply. Yves...
21328 bbjen@...
biljenni2001 Send Email
Jun 1, 2004
10:53 pm
... unpractical values. ... the processor ... trough the external in/out midi port. (From the LB program to the second program) ... If you add a "sleep" line...
21327 Yves Petit-Clerc
ve2lui Send Email
Jun 1, 2004
10:34 pm
I load two programs automatically at startup. One is a ,tkn. My LB program uses the second program. This second program has to load a huge amount of data...
21326 Yves Petit-Clerc
ve2lui Send Email
Jun 1, 2004
10:33 pm
Answer: run400. I had LB wrongly installed and run400 was not there. I reinstalled LB and I have now the program loaded at startup. A new problem is raised.[!]...
21325 Yves Petit-Clerc
ve2lui Send Email
Jun 1, 2004
9:22 pm
I just got the golden upgrade to run my program at PC startup. What program should be told to WindowsXP, to run the .tkn file? I gave liberty.exe, but the .tkn...
21324 Yves Petit-Clerc
ve2lui Send Email
Jun 1, 2004
3:50 pm
... I get also a Smalltalk/V Virtual machine stack overflow if I try to open a LB program at PC opening as a batch process. Yves...
Messages 21324 - 21353 of 46627   Newest  |  < Newer  |  Older >  |  Oldest Start Topic
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help