Set Path Variable( "root", "c:/ ");
新しい変数の値を取得するには、Get Path Variable()を使用します。
Get Path Variable( "root" );
Open( "$root\myimportdata.txt" );
Set Path Variable( "root", "c:/ ");
Get Path Variable( "root" );
Open( "$root\myimportdata.txt" );