Search found 65 matches

by RNBW
Thu Aug 26, 2021 5:42 pm
Forum: Liberty BASIC Language
Topic: 'include filename.bas
Replies: 16
Views: 18041

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

'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: 5333

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

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

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

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

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...
by RNBW
Sun Jan 03, 2021 6:32 pm
Forum: General Board
Topic: ADDRESS MANAGER
Replies: 17
Views: 23153

Re: ADDRESS MANAGER

Richard Under this series of posts we discussed the position of Stylebits relative to an associated textbox; whether it should come before or after the textbox. At the time I tried out alternative positions, but it didn't seem to matter. You said that logically it should come after the textbox (and ...
by RNBW
Fri Jan 01, 2021 11:18 am
Forum: General Board
Topic: Happy New Year to LBB Users
Replies: 0
Views: 8020

Happy New Year to LBB Users

A Happy New Year to all LBB Users. Let's hope that 2021 is a lot better than 2020.

Happy coding and keep safe!
by RNBW
Sun Nov 15, 2020 12:32 pm
Forum: Compiler
Topic: 'Comment' character(s)
Replies: 1
Views: 9845

Re: 'Comment' character(s)

I'm not sure that you can do block comments, but in respect of an editor for LBB, if you don't want to use the LBB editor, try LB Workshop. I use it for all my editing. Although it is old and no longer supported, it was written specifically for LB and works with Windows 10 ( I have not yet updated t...