-
Old site (smallbasic.com) has "Copyright © Microsoft Corporation, All rights reserved." at the bottom.
I don't know what that means and at this point I'm too afraid to ask.
But we should probabl…
-
api. getting error downloading. download stops. (visual basıc 2015)
I like to work with students and simple examples. I'm working on vb.net. I do not know english. I'll be glad, if you help me.
a qu…
-
Using Windows 10 and SmallBasic 0.12.18
open "junk.txt" for output as #1
print #1, "test"
close #1
creates txt file that when opened with Notepad++ shows file as Unix (LF) instead of Windows …
-
https://www.syntaxbomb.com/index.php/topic,7521.30.html
w = window()
w.setsize(640, 480)
Run the source code. Right-click. Select 'Back' in the menu. The source code page comes back. However, t…
-
I've searched the docs but it seems there's no way for a SmallBASIC program to know the current size of the terminal, right? For example, functions like `cols()` and `rows()`.
-
Using the latest Windows version, if I start the program with NumLock turned on, they keypad buttons produce BOTH the number and it's (un-numlocked) action. As in, pressing the '4' button types '4' in…
-
According to the documentation, the point(x, y) command should return the color value of the pixel at location x , y. This does not work, the values returned by point(x, y) look like they are caused b…
-
Also add micro:bit (https://blogs.msdn.microsoft.com/smallbasic/2017/09/13/small-basic-microbit/) and QR Code and Barcode (https://blogs.msdn.microsoft.com/smallbasic/2013/06/02/barcode-extension-for-…
-
Following sample causes syntax error:
```
' Sample Code for ImageList Object
TextWindow.Write("Image filename? ")
url = TextWindow.Read()
img = ImageList.LoadImage(url)
width = ImageList.GetWidt…
-