Object Procedure Info
Gary Yonaites
gary at yonaites.com
Sun Jan 13 11:32:28 PST 2008
On Jan 13, 2008, at 11:25 AM, Vic DiFranco wrote:
> The objectinfo( function returns many different types of attributes
> of objects, such as size, name, etc. However, there seems to be a
> glaring omission from the possible attributes returned.
You can get the name of the procedure using the Internal Data method
(back door) described in the Panorama Handbook on page 1817 with the
available items for the List SuperObject on page 1861. The example
below should return the name of the procedure that is triggered by
the SLSO named "myList":
Object "myList"
theProcedure=objectinfo("#PROCEDURE")
Gary
gary at yonaites.com
More information about the Qna
mailing list