[Pythonmac-SIG] appscript module - creating k. type objects

2011-02-27 Thread Benjamin Golder
Hello, I'm learning and enjoying the appscript module, but I'm a little confused about how to instantiate basic k. type objects. for example, if I want to create a variable that holds a k.boolean value to use while scripting an application, how do I create it, and then pass it to the set() method

[Pythonmac-SIG] appscript = creating variables of basic k. types

2011-02-27 Thread Benjamin Golder
Hello, I'm learning and enjoying the appscript module, but I'm a little confused about how to instantiate basic k. type objects. for example, if I want to create a variable that holds a k.boolean value to use while scripting an application, how do I create it, and then pass it to the set() method