1. FW: Nesting Question?
- Posted by Matthew Lewis <MatthewL at KAPCOUSA.COM> Jul 27, 2000
- 364 views
> global function getParent( integer id ) > return tv_parent[ id ] > end function That should be: return tv_owner[ id ] sorry.... Matt
2. FW: Nesting Question?
- Posted by Matthew Lewis <MatthewL at KAPCOUSA.COM> Jul 27, 2000
- 371 views
OK, last time, and then I give up... That should be: return tvitem_owner[ id ] sorry.... Matt