Skip to Content
0
Former Member
Jun 29, 2009 at 01:24 PM

Export syntax

95 Views

Dear experts,

Hope you had a good weekend.

I'm trying to communicate two programs, in the sense, I'm calling an executable program from an other executable program using 'submit'.

Now my requirement is that, based on the return parameter of the called program the calling program has to behave differently.

So I thought of exporting a variable from the called program and importing the same variable in the calling program and based on that value, I can manipulate the logic.

My only requirement now is can any one provide me with the synatx on how to export a variable(data x type c) from the called program and import the same.

In short syntax for export and import to memory.

Thanks for all.

-Amit