 |
Script for Opus 4.3.4 |
Change Layer |
| Author: iclo | |
| Script Date: 7/16/2000 | |
|
This is just a small program to get this board started. Its a program written in skill for Opus. You will need to change LayerName and written in skill for Opus. You will need to change LayerName and 'DoSomething' would be any code that you would want to insert. This program will switch to the layer that you specify in the program, do something, and then switch back to the layer you were on before running the program.
|
|
( defun xxSwitchLayerProg () ( setq switchlayer (list "LayerName" "LayerPurpose") ) ( setq switchlayer (list "LayerName" "LayerPurpose") ) ( leSetEntryLayer switchlayer ) ( 'DoSomething') ( leSetEntryLayer origlayer ) )
|
|