Question
Missing parameter in JS textframe duplicate (CS3)
I have brought a text frame from the library onto my document and I wish to duplicate it. When I use the code
var bFrame = aFrame.duplicate([100, 100]);
I get an error: "Missing required parameter 'to' for event 'duplicate'."
What am I doing wrong?