大家好!
怎样用脚本将文件中的脚本全部删除?或者是操作时不进行文本记录。
谢谢!
Go to Solution
Here is an example of one way to delete the scripts
names default to here(1); // Open Data Table: big class.jmp // → Data Table( "big class" ) dt = Open( "$SAMPLE_DATA/big class.jmp" ); dt << delete scripts(dt << Get Table Script Names);
View solution in original post
Try( dt << Delete Table Property( "Source" ) );
这样的记录很浪费空间、如何设置能使进行各种操作后、保存文件时没有这样的"源"记录?