Microsoft Small Basic

Small Basic Tips

Modified: 2009/06/29 04:13 by 81.243.211.84 - Categorized as: Tips
Edit

Compiler Errors

  • When a program has errors, the list of errors will be displayed when you try to run the program.
  • Double clicking on the errors will take the blinking caret to the right error location
  • Sometimes when the program isn't performing what you are expecting, look for typos in the variable names

Edit

Arrays

  • Array are special variables. How to use :

MyArray[0] = "Some text"
TextWindow.WriteLine(MyArray[0])


Edit

Editor

  • You can zoom the text in the editor by holding the control key and scrolling the mouse wheel. Alternatively, you can hit the + and - key while holding the control key.
  • Holding the control key when the intellisense window is up will make the intellisense window transluscent.

ScrewTurn Wiki version 2.0.35. Some of the icons created by FamFamFam.