This is very nice but can we read contents into string arrays and fill grid from arrays in a loop?
DIM L$(100),R$(100)
Like CALL READ.FORM L$(), R$(), FROM.INDEX, TO.INDEX
And CALL FILL.FORM L$(), R$(), FROM.INDEX, TO.INDEX
Search found 5 matches
- Sat Aug 22, 2026 6:49 pm
- Forum: Language extensions
- Topic: Creating a grid of controls
- Replies: 1
- Views: 47107
- Fri Jan 02, 2026 8:39 pm
- Forum: General Board
- Topic: AI Prompt Enginering with LBB
- Replies: 3
- Views: 66547
Re: AI Prompt Enginering with LBB
I asked Gemini how to do it and got step by step instruction including a working LB code. You must first get an API KEY from Google AI Studio and paste this into this LB code which makes CALLDLL to WININET. It works perfectly!!! ' =====================================================================...
- Sun Nov 30, 2025 10:12 pm
- Forum: General Board
- Topic: Win 11 problems
- Replies: 17
- Views: 93507
Re: Win 11 problems
I am quite puzzled because never mind 80 bit floats even PRINT "HELLO WORLD" does not work. Interesting thing is LBB compiled EXE on x86 Windows somehow runs. I haven't done extensive testing to see what runs and what fails. On Arm Win 11, I tried compiling FOR I=1 TO 10 PRINT I NEXT I END...
- Sat Nov 29, 2025 11:08 pm
- Forum: General Board
- Topic: Win 11 problems
- Replies: 17
- Views: 93507
Re: Win 11 problems
I just downloaded Windows 11 for ARM on VMWARE FUSION for Apple M3 silicon.
I can not make LBB run properly while LB is running just fine. Is there a trick to make LBB run on this environment?
I can not make LBB run properly while LB is running just fine. Is there a trick to make LBB run on this environment?
- Tue Nov 04, 2025 11:41 am
- Forum: General Board
- Topic: AI Prompt Enginering with LBB
- Replies: 3
- Views: 66547
AI Prompt Enginering with LBB
Can we send prompts to Gemini or ChatGPT from LBB under program control and receive the response?
If TLS1.2 connection will be needed, can we do this with LBB?
If TLS1.2 connection will be needed, can we do this with LBB?