Command Reference : String and Date Function Reference
  
 
@xputnames
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.
For example 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.