Hi!
Supose I have an App1 and an App2.
I open a process from App1 to App2 with a parameter called for example "Name".
After that, App2 executes a function that with the parameter name searches for a surname, and
an age for example.
I need to know if there is a way to return that new parameters (surname and age) to App1 without to open
again a new process because App1 is runing permanently and I want to return to it that variables.
Thanks!