P
Patrick Hill
Hi there,
I have a small little console application that has a function that returns a
string. is there anyway for me to have this string variable returned to
another process? I was doing some research and you can return Exit codes to
the OS but that's only an integer. bassiclly when my program completes
running I want to pass off the value that the function returns to another
program or even the OS (like exit codes) anyone have any idea on how to do
this?
I have a small little console application that has a function that returns a
string. is there anyway for me to have this string variable returned to
another process? I was doing some research and you can return Exit codes to
the OS but that's only an integer. bassiclly when my program completes
running I want to pass off the value that the function returns to another
program or even the OS (like exit codes) anyone have any idea on how to do
this?