Command Reference : Function Reference : Function Reference: X
  
 
@xgetstr
 
Returns a string from the external application.
Syntax: @xgetstr(arg)
arg string
Return: string
returns the contents of arg in the external application. This function is similar to XGET but does not require a workfile object to store the value.
Example
 
%y = @xgetstr("ss")