Version2.20 → Version3.0 への変更点

const で文字列定数を定義できるようにした。
・ 配列の宣言の添え字には const の記号定数を使用できるようにした。

const MAXITEM = 100
dim array[MAXITEM]

・ 以下のステートメント/関数を追加
open, close, name, eof, freefile, lineinput, inputb$, print, seek

・ 以下のプロパティ/メソッドを追加
@@FindStopMark
@FontName$, @FontNameSize, @FontSize
@InterLine
@KinsokuBottom, @KinsokuBottomCount
@KinsokuReturn
@KinsokuTop, @KinsokuTopCount
@@PrintLineOnSBar
@PrintWidthRule
@@RegistryLoadNum, @@ResidentQX, @@RegistrySaveNum
@@ToolListMiscDoc, @@ToolListPos, @@ToolListType
@SelectStartBytePosCr, @SelectEndBytePosCr
@PrintZenSpace
@FilePrintOK

@WindowMinimize, @WindowMaximize, @WindowRestore
@ModeToolListChange, @ModeToolListMove, @ModeToolListActive
@ModePrintToolList, @ModePrintWidthRule
@MenuKey1, @MenuKey2, @MenuKey3, @MenuKey4, @MenuKey5
@MenuKey6, @MenuKey7, @MenuKey8, @MenuKey9
@ModePrintZenSpace

最新情報  TOP  マクロTOP