Quote from
luishp on September 5, 2019, 8:57 pm
@asmat in Project > Events > start-up tab add this command to allow JavaScript to call NeoScript subroutines:
NeoScriptToJS
Then from JavaScript you can call any NeoScript subroutine just like this:
neosubroutine.myNeoScriptSubroutine(param1,param2...);
See attached sample.
@asmat in Project > Events > start-up tab add this command to allow JavaScript to call NeoScript subroutines:
NeoScriptToJS
Then from JavaScript you can call any NeoScript subroutine just like this:
neosubroutine.myNeoScriptSubroutine(param1,param2...);
See attached sample.
Uploaded files:- You need to login to have access to uploads.