Python and Javascript equivalence

Sam the Cat sam_spam_cat at verizon.net
Sun Apr 22 21:00:41 EDT 2007


Hey All,

I am writing some COM code in Python to control photoshop.  Several 
functions of PS require an "Array" argument.  In the examples of VBscript or 
javascript the Array type is used.  I have tried what would appear to be the 
equivalent in Python -- Lists and Tuples -- but to no avail.  Anyone have 
any insight  on what via the COM interface is equivalent to an Array in 
javascript ?

Cheers
Sam 





More information about the Python-list mailing list