VBScript のデータ型

  • バイト型はどういう場合に?
  • 通貨型、とりあえず無視
  • 型だけでなく、例も書いておいてくれよ〜
MsgBox VarType(not_assign)
MsgBox VarType(Null)
MsgBox VarType(True)
MsgBox VarType(1)
MsgBox VarType(32767)
MsgBox VarType(2147483647)
MsgBox VarType(1.0)
MsgBox VarType(1e50)
MsgBox VarType(Date)
MsgBox VarType("")
MsgBox VarType(WScript)
MsgBox WScript
MsgBox VarType(WScript)

で、

Windows Script Host
8

なぜか文字列