Objectに戻る

Object.getGlobal - グローバル変数の値を取得します.

書式

getGlobal(n) 
    
n
変数名をあらわす文字列($を含む)

戻り値

変数nの値

n="$Test";
t=getGlobal(n);