Project Descriptionプロジェクトの概要This library extend "Text" class of Microsoft Small Basic to append custom methods, such as Split, Replace, and so on.
Small Basic の Text クラスに Split や Replace などのメソッドを追加する、拡張ライブラリです。
How to install and use?
- Click "Download" link in this page, and open the .msi installer file that was downloaded.
- Launch Small Basic, then you can use Split, Replace, and so on method in Text class.
インストールと使い方
- このページ右側の "Download" をクリックし、ダウンロードされた .msi インストーラファイルを開いてください。
- Small Basic を起動すると、Text クラスのメソッドのなかに、Split や Replace メソッドが増えています。
Futures機能This library extends Text class to appending follow methods.
この拡張ライブラリは、Text クラスに以下のメソッドを追加します。
- Text.Split( text, separator )
- Text.Replace( text, oldtext, newtext )
- Text.Left( text, length )
- Text.Right( text, length )
- Text.Mid( text, start, length ) * This method is the alias of Text.GetSubText. / このメソッドは Text.GetSubText と同じです。
- Text.Len( text ) * This method is the alias of Text.GetLength. / このメソッドは Text.GetLength と同じです。
System Requirementsシステム要件
- Microsoft Small Basic v.1.0 ( http://smallbasic.com/ )
- Windows 7;Windows Server 2003;Windows Server 2008;Windows Vista;Windows Vista 64-bit Editions Service Pack 1;Windows XP;Windows XP 64-bit
- .Net Framework 3.5SP1
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=b006d58d-c2c7-44ad-936b-e7e2d7de793e#SystemRequirements