hi,
I have one main program & i call second from it.
main()
call called program
end sub
called Program
<i am here>
end sub
can any one explaint me how i can leave current place & go to the main program leaving the processin as it is in called program.
Thanks in advance
Regards
high100