I just tested the first of these by downloading. Remember all apart from Data are for SB version 1.2 ONLY. Remember for unblock downloaded zip.
This is my test code, note the extension is in the same object name "Text" for ExText4SmallBasic.
This is my test code, note the extension is in the same object name "Text" for ExText4SmallBasic.
Code:
a = Text.Split("hello world"," ")
TextWindow.WriteLine(a)