Skip to main content
Participating Frequently
October 18, 2013
Question

Get Returned text from ScriptManager(javascript)

  • October 18, 2013
  • 0 replies
  • 321 views

Hi

I am using javascript inside my Plugin for Indesign CS6.

It is working fine.

But I need the return value from my javascript code now inside my c++ code.

I am using this site as reference:

https://blogs.adobe.com/indesignsdk/running-a-script-from-an-indesign-plug-in/

I need something like that:

scriptRunner->RunScript("return 'Hello World';", params);

// fake method
const char *string_return = scriptRunner->getReturnCode();

are there something like that on scriptManager?

Best Regards,

Ricardo


This topic has been closed for replies.