Object Reference : Object View and Procedure Reference : Userobj
  
 
extract
Displays or copies a member from the user object.
Syntax
userobject_name.extract member [wfname]
Copies the data member specified by member into the current workfile page. If wfname is not specified, a new untitled object will be created, allowing you to quickly inspect the contents of the data member. If wfname is given, a new object in the workfile will be created with a name equal to wfname..
Examples
myuserobj.extract mymember
copies the data member MYMEMBER as a new untitled object in the workfile.
myuserobj.extract mymember xx
copies the data member MYMEMBER as a new object in the workfile called XX.
Cross-references
See “User Objects” for discussion of user objects.
See also Userobj::add and Userobj::members.