We would like to build a community for Small Basic programmers of any age who like to code. Everyone from total beginner to guru is welcome. Click here to register and share your programming journey!


Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 867
» Latest member: AndrewMub
» Forum threads: 228
» Forum posts: 2,299

Full Statistics

Online Users
There are currently 24 online users.
» 0 Member(s) | 22 Guest(s)
Bing, Applebot

Latest Threads
close a file
Forum: Standard Small Basic
Last Post: litdev
Yesterday, 09:27 AM
» Replies: 1
» Views: 25
random in a array
Forum: Standard Small Basic
Last Post: francesco
04-05-2026, 06:40 PM
» Replies: 4
» Views: 111
I think that no more Smal...
Forum: Discussion
Last Post: eddylo
04-04-2026, 07:36 AM
» Replies: 1
» Views: 181
Sqlite Version
Forum: Extensions
Last Post: Lester
03-24-2026, 06:58 PM
» Replies: 3
» Views: 139
Small Basic Explorer with...
Forum: Challenges
Last Post: martmen
03-17-2026, 03:48 PM
» Replies: 0
» Views: 58
Example Program
Forum: Extensions
Last Post: martmen
03-13-2026, 04:15 PM
» Replies: 0
» Views: 79
BASIC Jam 7 is in progres...
Forum: Discussion
Last Post: eddylo
03-11-2026, 12:40 AM
» Replies: 3
» Views: 218
LitDev extension
Forum: Extensions
Last Post: martmen
02-24-2026, 07:20 AM
» Replies: 2
» Views: 238
Button with icons
Forum: Extensions
Last Post: martmen
02-09-2026, 06:33 PM
» Replies: 6
» Views: 421
How to think correctly?
Forum: Discussion
Last Post: litdev
02-06-2026, 04:20 PM
» Replies: 47
» Views: 17,983

 
  close a file
Posted by: francesco - 04-07-2026, 10:01 PM - Forum: Standard Small Basic - Replies (1)

closing a txt file in small basic, I found a link that said it wasn't necessary, but instead if I try to run the program 2 times it gives me an error, because the file is already in use by another task

Print this item

  random in a array
Posted by: francesco - 03-27-2026, 07:02 PM - Forum: Standard Small Basic - Replies (4)

the line of code 

lunghezza = Array.GetItemCount(contenuto) ' mi da' lunghezza = 0 ERRORE

give me a lunghezza equal zero = 0

Print this item

  Sqlite Version
Posted by: Lester - 03-23-2026, 07:22 PM - Forum: Extensions - Replies (3)

LitDev, What version of SQLite is in LDDataBase Library?  Thanks, Lester

Print this item

  Small Basic Explorer with LitDev extentions
Posted by: martmen - 03-17-2026, 03:48 PM - Forum: Challenges - No Replies

Hello Small Basic friends,

here is a challenge for you. Extend the Mini Explorer KBQG606.000 with additional functionalities or speed up the program’s execution.

I’m excited to see what kind of Small Basic Explorer you will create.

Good luck with your programming!
martmen



Attached Files Thumbnail(s)
   
Print this item

  Example Program
Posted by: martmen - 03-13-2026, 04:15 PM - Forum: Extensions - No Replies

Hello everyone,

you can also program in Small Basic like this.
Take a look at the program KLLX711.000.

Best regards,
Martin

Hello everyone,

you can also program in Small Basic like this.
Take a look at the program KLLX711.000.

Best regards,
Martin

Print this item

  BASIC Jam 7 is in progress & info of old Jams.
Posted by: eddylo - 03-10-2026, 02:40 AM - Forum: Discussion - Replies (3)

Maybe no forum member has time to participate in this jam:
https://itch.io/jam/jam-for-all-basic-dialects-7

By the way, this information is interesting:
https://itch.io/jam/jam-for-all-basic-di...-basic-jam

Print this item

  LitDev extension
Posted by: martmen - 02-20-2026, 09:12 AM - Forum: Extensions - Replies (2)

Hello LitDev,

I hope you are doing well. Several corrections for your extension have already been submitted.
May I kindly ask when a new version of the extensions might be available?

Best Regards
Martin

Print this item

  Button with icons
Posted by: martmen - 02-08-2026, 11:07 AM - Forum: Extensions - Replies (6)

Hello LitDev, 

is it possible with the LitDev extension to display buttons with icons instead of text? It would be great to be able to use both the standard Windows icons and custom icons.
I want to build my DRAWING program using icons.

Many thanks
martmen

Print this item

  Drawing
Posted by: martmen - 01-29-2026, 10:06 AM - Forum: Extensions - Replies (1)

Version 1.0
Description:
 This program provides an interactive drawing surface where
 the user can draw various shapes (circle, ellipse, square,
 rectangle, triangles, polygon, star), move, rotate, zoom,
 fill them with colors, clear, print, save and load drawings.
 It uses Small Basic plus the LitDev extension.

Show XRKM481.000


Sample:    

Print this item

  Draw sample
Posted by: martmen - 01-25-2026, 09:39 PM - Forum: Extensions - Replies (13)

Hello everyone,
Here is a small drawing program using commands from the LitDev extension. Import TPJB64.000.

I'm still missing two subroutines:
Sub MoveObjektWithMouse
Sub RotateObjectWitheMouse

It could also be extended with additional objects.
Anyone who’s interested is welcome to take this as a challenge and share their own version here.

Best regards
MartMen
   

Print this item