Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
I am looking at creating a toolbar button to remove the outputclass entry automatically. What should the command look like? I have tried mt -local outputclass='' but it show up like this if delete the quotes then it says unrecognized command.
Thanks
Bryon
Solved! Go to Solution.
You could try
oid_delete_attr(oid_caret(),"outputclass")
Thanks Clay I was trying to copy what was done for us previously. So I thought I could leave it blank get it to remove whatever the outputclass was set to
They had used the mt (modify tag) option. https://support.ptc.com/help/arbortext/r8.3.1.0/en/index.html#page/Program/acl_ref/help9092.html
I changed it to your suggestion and it works as expected.
Bryon
Great, I'm glad it worked for you!