SmallBASIC icon indicating copy to clipboard operation
SmallBASIC copied to clipboard

SmallBASIC is a fast and easy to learn BASIC language interpreter ideal for everyday calculations, scripts and prototypes. SmallBASIC includes trigonometric, matrices and algebra functions, a built in...

Results 85 SmallBASIC issues
Sort by recently updated
recently updated
newest added

Fixed type warnings and comparasion warnings. Warnings have been detected using cppcheck 1.86.

- can't draw object over image showing/image.show() - image.save() to array the rgb components become bgr (it is different with pc version) - pen control location return fail when touch...

- can't draw object over image showing/image.show() - image.save() to array the rgb components become bgr (it is different with pc version) - pen control location return fail when touch...

- can't draw object over image showing/image.show() - image.save() to array the rgb components become bgr (it is different with pc version) - pen control location return fail when touch...

i cant open this two its just appear a white screen

i cant open this two its just appear a white screen

i cant open this two its just appear a white screen

Please fix with ASCII 0 or chr$(0) Detected as nothing on string arrays Example: a$=chr$(0)+chr$(1)+chr$(0)+chr$(255) count=len(a$) print "a$ length =",count for i=1 to count print "[",asc(mid$(a$,i,1)),"]", next i Result: a$...

Please fix with ASCII 0 or chr$(0) Detected as nothing on string arrays Example: a$=chr$(0)+chr$(1)+chr$(0)+chr$(255) count=len(a$) print "a$ length =",count for i=1 to count print "[",asc(mid$(a$,i,1)),"]", next i Result: a$...

Hi, As a german user, I would like to use my german bluetooth keyboard with the app on android. As soon as I start up the app and enter the...