Beginner's question: How can I get the name of a text frame?
Hello.
When I try to query the name of a text frame from AI 25.3.1 under macOS 11 with the following Javascript, I only get an empty string back.
Am I doing something wrong or is it a bug?
Javascript:
// Save Name
var vName1 = app.activeDocument.textFrames[0];
// Show Name
alert (vName1);Screenshot:

