"TIM BARNES" wrote:
hi guys, i'm new to this forum but have been using isodraw for 2 years now. Our latest project is all isodraw based and we have quite a need for automating some export processes, but these involve switching the exportable layers. I have tried to write a macro script but i am a bit lost... it comes back with unkown command. Here is what i wrote for the macro script: Macro Tiff Export Layers define QA box as layer QA box.exportable = true Callouts.exportable = true Standard layer.exportable = true Raster Data.exportable = true Illustration area.exportable = true Full page output.exportable = true Symbols.exportable = false Background.exportable = false End Macro Does this make sense?? Tim