Small Basic: How to Format a Code Block

You are currently comparing revision 4 and the current version. Go to current version

Small Basic: How to Format a Code Block

How Tocode blocks, en-US, has code, has comment, has image, en-UShas Other Languages, has See Also, How To, Small Basic
This article is especially for the person who's writing Small Basic article writer articles on TechNet Wiki (but this also works for the forums)It   This article explains the Code Block Generator v1.3
 
There is a menu icon of [Format Code Block] to generate code block in TechNet Wiki [EDIT] menu bar.



This [Format Code Block] tool shows following popup window.  But there is no option to select the Small Basic programming language.



 So, we need another tool to generate a Small Basic code block. A   The Small Basic program ID SKC235-1 is a tool for that.



Usage of this tool is almost the same as TechNet Wiki's [Format Code Block].  If you push click the [OK] button, you will see the following window.:



And copy this code block and paste with [PasteHTML] button into TechNet Wiki [EDIT] screen.  Then you can get the following code block.:

' Sample Program
For i = 1 To 10
  TextWindow.Write(i + " ")
EndFor
TextWindow.WriteLine("")


See Also

Other Languages