The next installment of the Small Basic Community Previews is now available for download. Version v0.5 can be downloaded at: http://download.microsoft.com/download/C/A/F/CAF9E062-94D3-4003-80D9-44CDF7EC7BD9/SmallBasic.msi
This version adds more of the community requested features and bug-fixes, the full list of it is below:
people[1]["Name"]["First"] = "Carl"people[1]["Name"]["Last"] = "Fredrickson"people[1]["Age"] = 78
Read more about it: http://blogs.msdn.com/smallbasic/archive/2009/06/16/the-newest-leanest-and-the-meanest-is-here.aspx
This is great. I like very much the new way to use the arrays. Thanks for your job ^_^
The link is for version 0.4, not 0.5...
The correct 0.5 download is here:
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=b006d58d-c2c7-44ad-936b-e7e2d7de793e
Small Basic es un lenguaje de programación que está diseñado para hacer la programación extremadamente
The page at http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=b006d58d-c2c7-44ad-936b-e7e2d7de793e shows version 0.5, but downloaded MSI file is still for version 0.4
So, one issue: when mapping an event to a subroutine (such as: GraphicsWindow.MouseDown = Subroutine) the subroutine now must come after the the event mapping in your code. This wasn't case the before.
I personally prefer to put my subs all up top, but if this is a requirement I suppose I can get used to it.
JoeHonkie, This is a bug in the compiler. It'll be fixed for the next release.
Thanks, and keep up the good work!
I have my 8th graders writing simple programs. Does anyone have a holiday program that would allow them to make some changes and personalize it? If you do, would you mind sharing?