MortScript Ver4.11 b4

WindowsMobileで手軽に様々なことができる多機能なスクリプト言語、MortScript Ver4.11のβ版が更新されています。(1/25)

b4:

  • Strings can be given in single quotes (not in commands in old syntax style, for compatibilty)
  • Comments with "#" after commands and assignments (not for lines continued with backslash and not all control structures)
  • Removes old scripts with same process ID from registry at startup
  • Format( number, decimals [, leading] ) - added optional parameter for min. digits before decimal point
  • RepeatString( string, count ) - returns string repeated count times
  • TimeStampUTC() - current time as UTC (universal time)
  • TimeZoneName(), TimeZoneBias(), TimeZoneDST() - some informations about current time zone, bias is offset to UTC in minutes
  • Bugfix: Status list font update should work
  • Bugfix: Clear works with references ([...])
  • Bugfix: File dates in local time (instead of UTC)

MortScriptスレ1氏のお言葉を(^^;。

37 名前:1[sage] 投稿日:2008/01/27(日) 17:04:01 ID:???0
どうもです。

v4.11β4が公開されていたので試してみたんだけど、
Status window ってのは強力に面白い。
MortScript で初めての動的なメッセージボックス
処理の進捗状況などをひとつのウィンドウ内で表示させることが出来る。
前スレ759さんのような悩み
http://scripters.s297.xrea.com/cgi-bin/dat_read/dat_read.cgi/mort1/759-762
も、これで解決だね。

ただし、β4にはまだバグがあるので、実用は近い将来のお楽しみに。