MortScript Ver4.11 b1

多機能なスクリプト言語、MortScript Ver4.11β版が公開されているようです。

b1:

  • Unit parameter for disk/memory queries (BYTES, KB, MB, or GB, which are global variables - so no quotes are required!)
  • Global variables for the registry keys (so RegRead( HKCU, "Software\Dunno", "Anything" ) will work, too).
  • new function ScreenToChars(...) to convert a screen part to an array of strings
  • SetVolume updates registry on PPCs
  • new function GetVolume()

容量の単位やレジストリキーがグローバル変数として定義されたと言うことでしょうか。そのため、クオーテーション(")でくくる必要がなくなったとのこと。
ScreenToCharsは、画面から文字配列を取得する関数? なんだか面白そうですね。
また、SetVolumeでレジストリの更新を行うようになり、またGetVolumeという関数(逆にレジストリから取得するということでしょうか)が新規追加。

Ver4.11ということですのでマイナーなバージョンアップだと思いますが、まだβ版&Ver4.1リリース後も間もないですので、試される際はご注意ください。

またフォーラムの作者さんのPostを拝見しますと、

Those are the new features that were quite simple to implement. I think the next beta might take a while (unless there are errors to fix) because first I want to do another small beta update for MortButtons (finger gestures to skip pages and leave/go back) and then finally take some time to fix some bugs in the MortPlayer beta... (as far as that's possible - can't patch buggy operating systems and drivers...)

MortButtonsでのフィンガージェスチャーやMortPlayerβ版の修正等を優先するため、次回のMortScriptβ版は修正が必要なエラーが発生しなければしばらく後になりそう?とのこと。
利用する側としては、まずはVer4.1で落ち着きたいところですね。