Local Variable Stack
SamTheMan
Posts: 43
Sometimes I have to·call a sub form another sub
1- Is there is any limitations?
2- will this miss up the local var stack?
for example:
Sub Get_Requests
·req_type ·var byte
·chk_sum··var byte
·req_type=__PARAM1
·TX_byte req_type··· ·'Calling·another sub
.
.
.
end sub
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
1- Is there is any limitations?
2- will this miss up the local var stack?
for example:
Sub Get_Requests
·req_type ·var byte
·chk_sum··var byte
·req_type=__PARAM1
·TX_byte req_type··· ·'Calling·another sub
.
.
.
end sub
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Comments
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
There is a fine line between arrogance and confidence. Make sure you don't cross it...
·