Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Daughter sub-function's local variables.
#1
Supposed that function (f) has a sub-function (a) which it calls another sub-function (b). Is it possible that (b) can use parent's (a) local and thread variables, or one should declare these values in function (f)?
#2
Not possible. Declare in f.


Forum Jump:


Users browsing this thread: 1 Guest(s)