Possibility of transfering variable value from one EXE to other EXE.

mozaharul

Active Member
Licensed User
Hi,

I have divided an application into two EXE and want to transfer a variable value from the first EXE to the second EXE. The EXE runs sequentially. Is it possible to do so? I tried using the "Shell" command, may be with incorrect syntax.

In the program I used the same global identifier named "gv" to transfer the variable value from EXE to other.

Attached are what I tried.

regards,
 

Attachments

  • prg1.sbp
    1.9 KB · Views: 224
Top