name

書式

variableObject.name

説明

変数の名前を示します。読み出し書き込みが可能です。

var str=app.activeDocument.variables[0].name;
alert(str);

目次に戻る