A self reference contains the info.
For example, using a script member named "Some Code"

on new me
   put me
end
-- <offspring "Some Code" 2 1e231b3c>

or

on new me
  the itemdelimiter = quote
  put item 2 of string(me)
end
-- "Some Code"

Mike
[EMAIL PROTECTED]


> simple question:
> 
> Suppose you have a parent script named "myScript".
> 
> How can I access that name from within the parent script, something like:
> 

[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