In a script I'm writing, it would be useful to check if a column exists, and if not, to add it. I have not been able to find an example of this. Can someone kindly point me in the right direction?
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!
|
|
FAQ | Members List | Calendar | Today's Posts | Search |
Adding a column via applescript | Thread Tools | Search this Thread | Display Modes |
Member
2013-05-17, 11:15 PM
In a script I'm writing, it would be useful to check if a column exists, and if not, to add it. I have not been able to find an example of this. Can someone kindly point me in the right direction?
Post 1
|
Member
2013-05-17, 11:21 PM
The application I'm attempting to write this script for is omnioutliner 3.
Post 2
|
Member
2013-05-17, 11:32 PM
nm, figured it out:
make column with properties {title:"Test"}
Post 3
|