Search found 68 matches

by RNBW
Tue Aug 31, 2021 9:02 pm
Forum: Liberty BASIC Language
Topic: 'include filename.bas
Replies: 16
Views: 36428

Re: 'include filename.bas

I hear what you say, but it is confusing if the Manual and the Programmer's Reference don't agree. Are you saying that we should ignore the manual and use the Programmer's Reference? I'd be quite happy with that, although my normal first step would be to go to the Manual. LB 5! It's progressing, but...
by RNBW
Tue Aug 31, 2021 4:09 pm
Forum: Liberty BASIC Language
Topic: 'include filename.bas
Replies: 16
Views: 36428

Re: 'include filename.bas

The difference seems to be where you tried to access the Wiki. I accessed it from the link to the Manual, where clicking on 'include provides a description of its use and includes the following text See this Wiki article for more information , where Wiki is a link (unfortunately not reproduced here)...
by RNBW
Fri Aug 27, 2021 4:07 pm
Forum: Liberty BASIC Language
Topic: 'include filename.bas
Replies: 16
Views: 36428

Re: 'include filename.bas

I think that covers the ground that there Wiki would have done. It is the Wiki: nothing was lost when Conforums and Wikispaces closed, the content was all safely moved to new homes. The reason I referred to the Wiki was because there is a link to it on three LB Booster page, which is dead. I think ...
by RNBW
Thu Aug 26, 2021 5:42 pm
Forum: Liberty BASIC Language
Topic: 'include filename.bas
Replies: 16
Views: 36428

Re: 'include filename.bas

I think that covers the ground that there Wiki would have done.
by RNBW
Thu Aug 19, 2021 9:07 am
Forum: Liberty BASIC Language
Topic: 'include filename.bas
Replies: 16
Views: 36428

'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?
by RNBW
Tue Mar 30, 2021 6:53 pm
Forum: Liberty BASIC Language
Topic: Bookmark Manager - Line Too Long
Replies: 2
Views: 7947

Re: Bookmark Manager - Line Too Long

Thank you Richard

I'll have to see if I can find a way around it.

Ray
by RNBW
Tue Mar 30, 2021 10:04 am
Forum: Liberty BASIC Language
Topic: Bookmark Manager - Line Too Long
Replies: 2
Views: 7947

Bookmark Manager - Line Too Long

I found a program "BookmarkManager.bas" in the Just Basic Archives. Currently it only deals with Just Basic and Liberty Basic and I thought about extending it to incorporate the Just Basic Archives (where I have found one or two useful programs) and LBB. It runs fine in JB and LB but comes...
by RNBW
Tue Jan 05, 2021 5:54 pm
Forum: General Board
Topic: ADDRESS MANAGER
Replies: 17
Views: 35499

Re: ADDRESS MANAGER

Hi Richard It's my poor coding. It was under my nose and I couldn't see it! As you say, BBC Basic and most other languages I know have a flag at the end of the textbox statement, which is why I think it is more logical; draw the control and then decide what you want to do with it. As you say Stylebi...
by RNBW
Tue Jan 05, 2021 4:45 pm
Forum: General Board
Topic: ADDRESS MANAGER
Replies: 17
Views: 35499

Re: ADDRESS MANAGER

Or maybe if I moved maphandle out of the Select Case section and dropped it down the code to just above next and then had the Stylebits before the textbox and it works as I expected it to. However, I still think that logically you should produce the textbox before deciding what format it should take...
by RNBW
Mon Jan 04, 2021 5:30 pm
Forum: General Board
Topic: ADDRESS MANAGER
Replies: 17
Views: 35499

Re: ADDRESS MANAGER

Richard i hear what you are saying, but I didn't just put the statements in a FOR..NEXT loop, I put the statements in a SELECT CASE within the FOR..NEXT loop. The Stylebits and textbox statements come under CASE 10 and I would expect that in evaluating CASE 10 all other CASE statements would be igno...