I know I can use CHAIN and pass values to another child program. But, what if I have no desire to return (and no desire to pass values) to either the child or parent program? Is chain still the best way to go from program to program?
In other words, when my program ends, I do NOT want it to go back to the parent program. I am wondering if there is a better way to "move" from program to program?
Thanks.
Robert
In other words, when my program ends, I do NOT want it to go back to the parent program. I am wondering if there is a better way to "move" from program to program?
Thanks.
Robert
Comment