|
-
Oct 17th, 2001, 11:00 AM
#1
Thread Starter
Junior Member
Call Stack
How many items should generally be listed in the call stack at any one time? Is it a list of everything that has been called so far in the program, or what is currently active? I've read through the help file and am not sure on either point.
-
Oct 17th, 2001, 11:13 AM
#2
Frenzied Member
I think that there was just a lengthy discussion about that here. Try a search for call stack.
-
Oct 17th, 2001, 11:23 AM
#3
The call stack shows what subs/functions are current.
It show what functions are still 'open' at the point you look at the stack.
It is not a list of all subs/functions that have ever been called.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|