I would like to pass an array to photoshop from my vfp app.
The adobe vbscript documentation for the TextItem object says:
Position - Array of Number(Double) - Read-write. The position of origin for the text. The array must contain two values (unit value).
I suppose the vbScript would be something like
oPSApp.ActiveDocument.ArtLayers(1).TextItem.Position = new Array[1,1]
I can't figure out how to this from the vfp help or faqs, since oPSApp....= myArray would not work.
Any tips would be gratefully appreciated.
The adobe vbscript documentation for the TextItem object says:
Position - Array of Number(Double) - Read-write. The position of origin for the text. The array must contain two values (unit value).
I suppose the vbScript would be something like
oPSApp.ActiveDocument.ArtLayers(1).TextItem.Position = new Array[1,1]
I can't figure out how to this from the vfp help or faqs, since oPSApp....= myArray would not work.
Any tips would be gratefully appreciated.