Search found 5 matches

by Adamkonrad
Tue Jun 24, 2025 4:47 pm
Forum: Liberty BASIC Language
Topic: function to create structure with passed name
Replies: 4
Views: 54

Re: function to create structure with passed name

ups
my mistake
sorry

I will follow the recommendations

Thank you
by Adamkonrad
Mon Jun 23, 2025 9:26 pm
Forum: Liberty BASIC Language
Topic: function to create structure with passed name
Replies: 4
Views: 54

Re: function to create structure with passed name

I'm just experimenting and exploring possibilities I noticed in bbc basic manual, that you can use once defined structure as a prototype for new structures, and hoped that something similar might work in LBB, moreover perhaps have something like type in some other basics, especially as you have arra...
by Adamkonrad
Mon Jun 23, 2025 3:45 pm
Forum: Liberty BASIC Language
Topic: function to create structure with passed name
Replies: 4
Views: 54

function to create structure with passed name

Is it possible, without a conversion table of some sort in an array, to pass a name of structure to be created
what I mean is it possible to accomplish something of the sort a$ = "something" : struct a$, x as etc, etc by 'simple' means
by Adamkonrad
Mon Apr 07, 2025 8:32 pm
Forum: Liberty BASIC Language
Topic: bbc graphics comands with lbb graphics window
Replies: 2
Views: 3547

bbc graphics comands with lbb graphics window

Is it possible to direct bbc graphics commands to graphic window created in LBB? Especially to read the POINT color value? I noticed that you can output graphics on 'console' 'main' or how it's called window of LBB with bbc commands. Also some bbcb library's can by used if in same folder - eg one fo...