Katja Bergman wrote: > That's exactly what I wanted to say. Then again, after reading nil^ I > was first too busy laughing about such a very obvious error. ;-)
It's not an obvious error. In fact, it's perfectly valid. I dislike the style -- I prefer to type-cast the pointer and then dereference it, instead of type-casting the dereferenced pointer -- but the compiler doesn't care either way, especially in the case of passing the value as a "var" parameter since all the compiler does is "re-reference" the value, turning it back into the original pointer. -- Rob ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

