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

End script using extendscript.

Community Beginner ,
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

Views

408

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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