v5.0
SetGlobal または SetGlobalObject で設定したグローバル変数の値を取得します。
oVariant = GetGlobal( in_VariableName ); |
SetGlobal を呼び出すことによって設定される Variant 値。 グローバル変数が存在しない場合はヌルが戻されます。
パラメータ | タイプ | 詳細 |
---|---|---|
in_VariableName | 文字列 | 調べる変数の名前。 |
// See SetGlobal for a JScript example using GetGlobal |
' See SetGlobal for a VBScript example using GetGlobal |