Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10794
    shx
    Participant

    thestr = clipboardData.getData(“Text”);
    Editor.newfile();
    Testdoc = Editor.activedocument;
    Testdoc.ConfigName = “Pub”;
    Testdoc.write(thestr);
    Testdoc.selection.SetActivePoint( eePosLogical, 1, 1 );

    Quit();

    i want to create anew file and set it to a configurauin and then paste into it from clipboard.

    It works up to the point where I paste from clipboard.

    I manually need to do ctl+v

    Thanks

    #10795
    shx
    Participant

    Never mind, I find that it works sometimes and need to gather more information

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.