ArcCAM

 From:  probotix
11543.58 In reply to 11543.57 
I would test by toggling these two lines on and off. If I remove true, it works. And BTW it just quietly dies without throwing an error.

code:
//alert( moi.command.getOption( 'ArcCAM.htm_test' ) );
	
//moi.command.setOption( 'ArcCAM.htm_test', '1234567', true );


And yes I did discover that it will throw an error is setOption is not called first.

>Len