Results 1 to 3 of 3

Thread: Call Stack

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2001
    Posts
    23

    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.

  2. #2
    Frenzied Member seoptimizer2001's Avatar
    Join Date
    Apr 2001
    Location
    Toledo, Ohio USA GMT -5
    Posts
    1,075
    I think that there was just a lengthy discussion about that here. Try a search for call stack.

  3. #3
    jim mcnamara
    Guest
    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
  •  



Click Here to Expand Forum to Full Width