Creating a stack to push/pull ranges
Sounds like a candidate for a Stack class.
--
HTH
Bob Phillips
(remove nothere from email address if mailing direct)
"John Wirt" wrote in message
...
Can soemone reocmmend the best way to build a stack for pushing and
pulling
ranges?
I am thinking of using a collection object called, "stack," and defining
push, pull, and empty methods.
John Wirt
|