Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

End script using extendscript.

Community Beginner ,
Jul 14, 2018 Jul 14, 2018

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
483
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 14, 2018 Jul 14, 2018
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines