Search found 193 matches
- Wed Sep 01, 2021 9:26 am
- Forum: Liberty BASIC Language
- Topic: 'include filename.bas
- Replies: 16
- Views: 21845
Re: 'include filename.bas
So I clicked on Help in the LBB IDE and here is the result... Precisely! This is where we came in. Repeating yourself isn't going to make any difference to my answers. :roll: (which I use rarely - I use LB Workshop) The LBB manual should be accessible from LBW too, if you've set it up correctly. I ...
- Tue Aug 31, 2021 10:48 pm
- Forum: Liberty BASIC Language
- Topic: 'include filename.bas
- Replies: 16
- Views: 21845
Re: 'include filename.bas
Are you saying that we should ignore the manual and use the Programmer's Reference? Not at all, and hopefully they don't contradict each other (if they do I'd like to know). All I'm saying is that the great majority of LBB users who want to consult the manual will do so by opening the local copy th...
- Tue Aug 31, 2021 5:51 pm
- Forum: Liberty BASIC Language
- Topic: 'include filename.bas
- Replies: 16
- Views: 21845
Re: 'include filename.bas
I accessed it from the link to the Manual The manual on the website is indeed out of date, but because it's far more likely that an LBB user will be using the built-in version (accessed from the Help menu), which of course I cannot change without a new release, it seems to me largely pointless to c...
- Fri Aug 27, 2021 7:19 pm
- Forum: Liberty BASIC Language
- Topic: 'include filename.bas
- Replies: 16
- Views: 21845
Re: 'include filename.bas
The reason I referred to the Wiki was because there is a link to it on three LB Booster page, which is dead. I don't know where you're looking: the link to the WIki on the LBB page is not dead, it is very much alive! If you can find any broken links at the LBB website please let me know, but that i...
- Thu Aug 26, 2021 5:52 pm
- Forum: Liberty BASIC Language
- Topic: 'include filename.bas
- Replies: 16
- Views: 21845
- Mon Aug 23, 2021 1:15 am
- Forum: Liberty BASIC Language
- Topic: 'include filename.bas
- Replies: 16
- Views: 21845
Re: 'include filename.bas
LBB allows the use of INCLUDE files with 'include filename.bas at the very end of the file. RTR's description of LBB includes a reference to a Wiki article about include files. Of course, Wiki no longer exists. Does anybody have a copy of this Wiki article that they could post a link to? Do you mea...
- Mon Aug 09, 2021 6:44 pm
- Forum: Compatibility with LB4
- Topic: Difference in httpget$()
- Replies: 2
- Views: 6031
Re: Difference in httpget$()
Later I found that it is posible to use httpget$() without cache. You are correct that there are two approaches: either the sending end can can specify that the data should not be cached, or the receiving end can specify that the cache is bypassed and the data fetched direct from the source. But al...
- Tue Mar 30, 2021 11:45 am
- Forum: Liberty BASIC Language
- Topic: Bookmark Manager - Line Too Long
- Replies: 2
- Views: 6156
Re: Bookmark Manager - Line Too Long
I was surprised to find this. What is the limitation on line length in LBB? The same as it is in BBC BASIC (251 tokenized bytes), since LBB works by translating the Liberty BASIC code to BBC BASIC code! The translator will try to split lines that exceed that limit into multiple, shorter, lines, but...
- Thu Mar 04, 2021 5:51 pm
- Forum: Liberty BASIC Language
- Topic: Not seeing red.
- Replies: 2
- Views: 6140
Re: Not seeing red.
this should work? No. I would again refer you to the LB Help manual: ' print #handle, "backcolor COLOR": This command sets the color used when drawn figures are filled with a color '. The command doesn't do any drawing itself, as you seem to expect, it sets the fill colour of a subsequent...
- Thu Mar 04, 2021 4:57 pm
- Forum: Liberty BASIC Language
- Topic: Using GOTO to DRAWBMP doesn't
- Replies: 4
- Views: 7951