Questions tagged [smallbasic]

Small Basic is a Microsoft product for teaching beginners to program.

Small Basic is a Microsoft product for teaching beginners to program.

78 questions
-1
votes
1 answer

Small basic coding Arrays Letterstonumbers

I’ve run into a problem in Smallbasic where I need to convert letters to numbers and then add a “shift” to them (with a number from the user) and then apply the shift and convert it back to a encrypted message. Does anyone know how to solve this…
-2
votes
1 answer

How do I make a typewriter text effect in Small Basic?

I want to make a typewriter text effect in small basic, but I'm not sure how. I've tried many ways, but none of them worked.
-2
votes
1 answer

What does this VB code mean?

Filename = ".\characters.txt" LoadCharacters() While MenuOption <> "x" TextWindow.Write("Menu : (a) adjust characters, (v) view characters, (x) exit, (c) Create Character : ") MenuOption = TextWindow.Read() MenuOption =…
1 2 3 4 5
6