>Suppose you have a parent script named "myScript".
>
>How can I access that name from within the parent script, something like:
>
>
>property pMyName
>
>on new me
>   me.pMyName = me.member.name
>   return me
>end


on new me
   pMyName = me.script
   return me
end


-A.


[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