I'm trying to teach myself some basics of VBScript. I'm not the brightest bulb, so it is very slow going. I found a nice website for beginers "Seasame Script" on TechNet.<BR><BR>On this page of ...
VBScript はデバッグが面倒なんだよね、というあなたへ。 実はスクリプトの実行時にオプション //X を付けると、Visual Studio でデバッグ実行ができる。 WScript.Echo() でデバッグ出力しながらテストする生活とは、これでサヨナラである。 デバッグ実行の方法 ...
時刻文字列を日付型に変換するには TimeValue 関数を使う。 TimeValue( TimeString ) TimeString: 時刻文字列。存在しない時刻を指定するとエラー 戻り値は内部処理形式が Date 型のバリアント。 WScript.Echo TimeValue("0:0:0") ' → 0:00:00 WScript.Echo TimeValue("1.23.45") ' → ...
一部の結果でアクセス不可の可能性があるため、非表示になっています。
アクセス不可の結果を表示する