Hi Guys,
I’m trying to write a script that sets the transpose units to “mm”.
I’ve tried a number of different ways to go about it. This is currently what I’ve got and still not working. What am I doing wrong?
[VarDef, myUnits, “mm”]
[VarDef, myString, [IGetID, Preferences:Transpose Units:Set Units]]
[ISet, myString, myUnits]
Thanks!