0
End script using extendscript.
Community Beginner
,
/t5/framemaker-discussions/end-script-using-extendscript/td-p/10004024
Jul 14, 2018
Jul 14, 2018
Copy link to clipboard
Copied
Hi,
How to end the script using extendscript in framemaker ? I have attached below code.It will not "Exit".Please suggests if any ideas.
var oDoc = app.ActiveDoc;
var frameDocumentName = oDoc.Name;
if (frameDocumentName == null) {
alert("Please open a document before running this script.");
}
main();
function main() {
getFileName(framemakerFolder);
CreateWindow();
pageCount = CountPage(oDoc);
}
TOPICS
Scripting
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/framemaker-discussions/end-script-using-extendscript/m-p/10004025#M56649
Jul 14, 2018
Jul 14, 2018
Copy link to clipboard
Copied
Hi, This isn't a complete script so it is not clear what you are trying to do. Can you post more complete code, or explain what you mean that the code won't exit? Thanks. -Rick
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

