Search found 192 matches

by guest
Sun Mar 17, 2024 3:31 pm
Forum: General Board
Topic: A file delete it's self. How to?
Replies: 5
Views: 132

Re: A file delete it's self. How to?

I spent all yesterday trying to get logged in the forum < https://lbb.bbcbasic.net/forum/ > I completely failed... Then I log in using < https://lbbooster.com/forum/ > its worked ... I think this has to do with the CAPTCHA. When you log into the forum, there is a Google Invisible reCAPTCHA to check...
by guest
Wed Mar 06, 2024 1:59 pm
Forum: General Board
Topic: A file delete it's self. How to?
Replies: 5
Views: 132

Re: A file delete it's self. How to?

I just wrote a tiny program saying Beep. After that I want the program to delete itself. Is there any away to do that? As this is a general Windows question, and not specific to LBB (or LB), did you try Google? A search finds several hits for me. The simplest approach found by Google seems to be to...
by guest
Wed Jan 31, 2024 8:02 pm
Forum: General Board
Topic: Posting test
Replies: 1
Views: 684

Posting test

This is just a test to check that I can post a new topic.
by guest
Sun Jan 07, 2024 6:42 pm
Forum: Announcements
Topic: Forum moved to new host
Replies: 1
Views: 811

Re: Forum moved to new host

As part of a major reorganisation of my various websites and hosting providers, I have moved this LB Booster Forum to a new host. I should add that the LB Booster wiki has also been moved to a new host, but again it can still be accessed from https://lbbooster.com/wiki so you shouldn't really be aw...
by guest
Sun Jan 07, 2024 6:18 pm
Forum: Announcements
Topic: Forum moved to new host
Replies: 1
Views: 811

Forum moved to new host

As part of a major reorganisation of my various websites and hosting providers, I have moved this LB Booster Forum to a new host. Hopefully you won't notice any difference, it can still be reached at https://lbbooster.com/forum, but if any issues do arise from this move please let me know.
by guest
Fri Dec 22, 2023 10:55 pm
Forum: BASIC code examples
Topic: Chess Version 2.5
Replies: 7
Views: 9882

Re: Chess Version 2.5

tsh73 wrote: Thu Dec 21, 2023 6:00 pm I would say simple solutions are most hard to come by.
If they work! With that modification, does the program make the same chess moves in LBB as in JB?
by guest
Thu Dec 21, 2023 12:45 pm
Forum: BASIC code examples
Topic: Chess Version 2.5
Replies: 7
Views: 9882

Re: Chess Version 2.5

as to the issue, that might be it FOR difference with JB/LB4 If this is indeed the 'issue', a simpler (more localised, and therefore more understandable and less risky) fix might be this: tempMove = Move for m=0 to tempMove This ensures that the 'loop limit' doesn't get modified within the loop.
by guest
Wed Dec 20, 2023 5:07 pm
Forum: Compatibility with LB4
Topic: FOR difference with JB/LB4
Replies: 2
Views: 8592

Re: FOR difference with JB/LB4

This code n=10 for i = 1 to n print i if i = 5 then n = 0 next types 10 numbers at LB/JB, but only 5 at LBB. Changing either the loop variable or the limit value inside a FOR loop is bad practice. :shock: BASICs differ in how FOR loops are implemented; for example in some the loop variable is teste...
by guest
Mon Dec 18, 2023 2:17 pm
Forum: BASIC code examples
Topic: Chess Version 2.5
Replies: 7
Views: 9882

Re: Chess Version 2.5

This is a link to the original .zip, you will need to amend the .bas, insert the two lines that are marked "'some difference between JB abd LBB" I am somewhat confused, because chess.bas does not even compile successfully in LBB, it is reporting a ' Handle #1 used for incompatible devices...
by guest
Tue Nov 28, 2023 6:32 pm
Forum: Compatibility with LB4
Topic: LB TKN file
Replies: 7
Views: 9730

Re: LB TKN file

xxgeek wrote: Tue Nov 28, 2023 6:06 pm Good luck :)
As far as I can tell the only thing preventing a successful 'decompilation' was an incorrect User Name or Password having been entered (they are case-sensitive, and spaces are significant). Try again.