How to talk to a sub application in gambas. With this I mean I have 1 program that should send name and adress to another gambas program. Is there another way of doing this rather than exec["app1","get- name"] and app1 use print "name:"&name print "lastname:" &lastname Then in app2 parse this when process are terminated.? Regards Rohnny