Command Reference : Programming Language Reference
  
 
@xputnames
List of objects created in foreign application using XPUT.
Syntax: @xputnames
Return: string
returns a space delimited list containing the names of objects created in a foreign application using the last xput command.
In most cases this list will contain EViews object names, but in cases where the object had a name that was not valid in the foreign application, it will return the name that was created.
Examples
If you issue the commands:
xopen(r)
xput X Y LOG(Z)
string a = @xputnames
The string object A will contain "X Y LOG_Z".
Cross-references
See “EViews COM Automation Client Support (MATLAB, R, Python)” for discussion. See also “External Program Interface” for global options setting of the default case for names.
See also xput.