Hallo da-tex, probiere mal diese Funktion: Code /*String*/function getColorName(/*FillColor*/fc) { try { if (fc.constructor.name!= "String") { if (fc.hasOwnProperty ("name")) fc = fc.name; else fc = "unDefColor" + fc.constructor.name; } else return fc; if (fc == "None") fc = " "; } catch (error) { ... Adobe InDesign Skriptwerkstatt 6. Mär 2014, 12:39 (WernerPerplies)
↧