Re: Win32libex
- Posted by Matthew Lewis <MatthewL at KAPCOUSA.COM> Aug 21, 2000
- 557 views
Actually, you're correct. IIRC, you pointed this one out a couple of weeks ago, and I show that I did fix this one. Matt Lewis -----Original Message----- From: Wayne Overman To all interested: Line # 9312 in win32libex either is written wrong (mistakenly) or, I'm writeing my code wrong. (I push more toward this theory) But, with one small change, my code does work. This doesnt work with my code global function getParent( integer id ) return tvitem_owner[ id ] end function This however does: global function getParent( integer id ) return tvitem_parent[ id ] end function