No.

-- Welcome to Director --
x = script("XX").new()
put x
-- <offspring "XX" 2 1d912c>
y = xtra("FileIO").new()
put y
-- <Xtra child "fileio" 2 1d8fb0>
put ilk(x)
-- #instance
put ilk(y)
-- #instance
put ilk(x, #object)
-- 1
put ilk(y, #object)
-- 1
put ilk(y) = ilk(x)
-- 1


Why do you want to differentiate between the two types of instances
anyways?

Regards,
Pranav Negandhi

This email is a natural product.  The slight variations in spelling and
grammar enhance its individual character and beauty and are in no
way considered to be flaws or defects.


<snip>
Is there any fast way to decide if a variable with the .ilk #instance
contains an Xtra reference ?
<snip>



[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]

Reply via email to