VBScript Tips

 
Dim arr(n) 配列の定義
nは自然数で要素数-1
Dim arr()
ReDim arr(式)
配列の動的宣言
式が使える
Ubound(配列) 配列の要素数-1
WScript.Quit スクリプトの終了
web拍手
This entry was posted in Tips, VBScript Tips. Bookmark the permalink.

コメントを残す

メールアドレスが公開されることはありません。

次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>