Forum Discussion
jeswin
9 years agoVisitor
Thank you for your reply.
Can you just give an example how you will get the string value from Task component to Scene component.
I accept we can set the value for interface, but how will you return string from a function in Task Component.
For example:
is it possible like this? or in any other way?
Can you just give an example how you will get the string value from Task component to Scene component.
I accept we can set the value for interface, but how will you return string from a function in Task Component.
For example:
m.taskContent = createObject("roSGNode","contentReader")
m.taskContent.FunctionName="getProcessType"
m.taskContent.Control="RUN"
processType =""
processType = m.taskContent.ProcessType
is it possible like this? or in any other way?