When a proc uses 'call' to run another proc, then that proc calls another proc, do the procs return to their calling procs in the order in which they were called?
Also when 'exit' is executed, the script completely stops right?
I have aspect display off so that the user doesn't see the transmit commands. Then I try to turn the display on again so the user can see those commands, however those commands dont end up being displayed until I use the command termmsg. Then what happens is the termmsg string is printed, then the rx buffer is spit out. Why?
Also when 'exit' is executed, the script completely stops right?
I have aspect display off so that the user doesn't see the transmit commands. Then I try to turn the display on again so the user can see those commands, however those commands dont end up being displayed until I use the command termmsg. Then what happens is the termmsg string is printed, then the rx buffer is spit out. Why?