ToggleHiddenLine script not working?

 From:  Michael Gibson
8706.2 In reply to 8706.1 
Hi Carlos, try this instead:

script: /* Toggle Show hidden lines */ moi.view.showHiddenLines = !moi.view.showHiddenLines;

That should work in MoI V3 or V4. The other one will only work in V1 and V2 I think.

- Michael