Hi,
I'm trying to understand what is that real meaning: When I call to a subroutine/function with "call" - Is it forked and run in concurrent mode, like a thread? Or the called sub/function is ran and when it stops it returns back to the main function?
I've read the MSDN help, but got no answers about it.
I'm asking it since I have a subroutine that if I call it with "call" - it doesn't works well, but if I omit the "call" - it works well.
Thanks in advance!
I'm trying to understand what is that real meaning: When I call to a subroutine/function with "call" - Is it forked and run in concurrent mode, like a thread? Or the called sub/function is ran and when it stops it returns back to the main function?
I've read the MSDN help, but got no answers about it.
I'm asking it since I have a subroutine that if I call it with "call" - it doesn't works well, but if I omit the "call" - it works well.
Thanks in advance!