Tagged Content List
  • Wiki Page: Small Basic: Read and Write CSV Files

    Table of Contents What is CSV? Example Example Implementation Read CSV Write CSV References Other Languages What is CSV? Comma separated values (CSV) is a file format that is used to exchange data between programs. It uses commas to separate values and requires equally many values on each line...
  • Wiki Page: Small Basic: Parameter or Return Value Range for Math Function

    This article describes the ranges of parameters or return values for Small Basic Math functions. This article is work in progress. So " N/A " means that the range is not investigated yet. Please edit this article if you know any range information about Math functions in Small Basic. In...
  • Wiki Page: Small Basic: Instructions to Graduate and Debug with Visual Studio 2017

    This article shows step by step instructions about [Graduate] and debugging with Visual Studio 2017 for Microsoft Small Basic program language. The following versions of programs are used: Windows 10. Small Basic v1.2. Visual Studio Community 2017. Visual Studio Community 2013 (if possible, see...
  • Wiki Page: Small Basic: Overflow

    This article explains about overflow especially for Small Basic programmer. Table of Contents Overflow Decimal Overflow Literal Assignment Operation Call Double Overflow Int32 Overflow See Also Overflow In a computer, a number will be contained in a limited size of memory. The size depends...
  • Wiki Page: Small Basic Sample: Line Editor

    Table of Contents Usage Code See Also This sample is for File.InsertLine, File.ReadLine, and File.WriteLine. Usage Enter the text file name to edit. H command shows the help. Code ' Line Editor ' Version 0.1 ' Copyright © 2017 Nonki Takahashi. The MIT License. ...
  • Wiki Page: Small Basic Sample: Nesting Subroutines

    Table of Contents Nesting Subroutines Overview Adding Geometric Shapes Explaining Subroutines Adding the Triangle and Square Subroutines Adding the Circle Subroutine Self-Check Credits See Also Other Resources This Wiki article continues what you learned in the Triangle Area Calculator, here: ...
  • Wiki Page: Small Basic: Making a Color Solarisation

    Table of Contents About the Technique In Wikipedia The Code In the good old days of silver photography, and these large darkrooms, in an atmosphere of a red inactinic light, solarization was a popular photographic effect for the amateur and the pro. About the Technique The photographers...
  • Wiki Page: Small Basic: Operator

    This article is about operators in Microsoft Small Basic programming language. Table of Contents What is an Operator Unary Operator Sign Operator Binary Operators Substitution Operator Arithmetic Operators Comparison Operators Logical Operators Text Operator Sample Code See Also What is an Operator...
  • Wiki Page: Small Basic: Capitalization Conventions

    This article is about casing in Microsoft Small Basic programming language and a guide. Table of Contents Casing in Small Basic Casing Guideline for Names in Small Basic See Also Other Resources Other Languages Casing in Small Basic Small Basic itself is case-insensitive. So, for example, variable...
  • Wiki Page: Small Basic: Flower Anatomy Quiz

    Table of Contents Flower Anatomy Quiz Initialization CreateGUI() OnButtonClicked() See Also Flower Anatomy Quiz In this section, we’ll create an educational game that quizzes the player on the parts of a flower. The Figure below illustrates the application’s user interface. The player will enter...
  • Wiki Page: Entry Point for Small Basic

    It's useful to have a Goto EntryPoint in the code while testing. --- Sample --- Goto Entry Point 'EntryPoint: Followed by block of source code for Lesson number 1.1 'EntryPoint: Followed by block of code for Lesson number 1.2 EntryPoint: etc. ...
  • Wiki Page: Small Basic: Community Channels

    Community channels can also be referred to as social media platforms or social media accounts. Here are the current Small Basic community channels: Small Basic Blog on MSDN - Multiple blog authors take turns announcing Small Basic community and product initiatives, with about three blog...
  • Wiki Page: Small Basic: How to Translate Resources

    This article shows how to use Translator for Microsoft Edge and Microsoft Translator Widget (for TechNet Wiki article) especially for Small Basic resources. Table of Contents Translator for Microsoft Edge Setup Translation Microsoft Translator Widget See Also Other Languages Translator for...
Page 20 of 37 (925 items) «1819202122»