Re: Any way to test for the existence of a slot or attribute in a shared object referenced by Lingo?

2003-01-15 Thread James Auld
Thanks for the idea Daniel. Tried it, and it appears that the #data element of a Flash shared object is an object, not a property list. So: tData = gsoConfig.getAprop(#data) returns an object, which makes the next line not work: if tData.ilk = #propList then tConfigInfo = tData.getAprop(#c

Any way to test for the existence of a slot or attribute in a shared object referenced by Lingo?

2003-01-15 Thread James Auld
rs that brackets don't work with shared objects referenced in Lingo. So, is there a way to determine what the slots are in a Lingo-referenced shared object? Even a way to get a list of all the slots? Or the number of slots? Thanks for your help! James Auld [To remove yourself from this l