Search found 210 matches

by guest
Wed Jan 31, 2024 8:02 pm
Forum: General Board
Topic: Posting test
Replies: 1
Views: 2859

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: 7352

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: 7352

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: 19299

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: 19299

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: 17796

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: 19299

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: 17512

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.
by guest
Tue Nov 28, 2023 5:12 pm
Forum: Compatibility with LB4
Topic: LB TKN file
Replies: 7
Views: 17512

Re: LB TKN file

xxgeek wrote: Tue Nov 28, 2023 5:00 pm for some I still have the TKN.
If you have a (preferably small) TKN created by LB Pro, send it to me and I can take a closer look at why LBB says it cannot be 'decompiled'.
by guest
Tue Nov 28, 2023 5:05 pm
Forum: Announcements
Topic: LB Booster version 3.21 released
Replies: 1
Views: 12709

Re: LB Booster version 3.21 released

I have released version 3.21 of LB Booster . I should issue my 'usual' warning that because of the update Virus Scanners are inevitably going to throw a wobbly: "Oh no, we've never seen that file before, it's bound to be malware". This is just a fact of life these days. If anybody does fi...