4 Mar
2001
4 Mar
'01
6:10 p.m.
On Sat, 3 Mar 2001, Evan Simpson wrote:
You've got it almost right, you just have to know that it's called a stack because it's used that way by the publishing machinery. This means that the names on the stack are always in *reverse* order of how they appear in a URL; "stack[-1]" is the next name to be traversed, not "stack[0]".
I guess stack to me doesn't automatically imply that method of usage <grin>. Anyway, your correction worked perfectly, of course. Thanks very much. --RDM