|
h-tom です。
仕様の確認です。
setstaticvariable "test", "local",0;
message "test:" + getstaticvariable("test",0) + "\n" +
"TesT:" + getstaticvariable("TesT",0) + "\n" +
"TEST:" + getstaticvariable("TEST",0);
setstaticvariable "test", "",0;
endmacro;
上記マクロを実行すると、全て、"local"と表示されます。
静的な変数で、変数名の大文字小文字を区別しないのは、仕様ですか?
|
|