Command Reference : Function Reference : Function Reference: X
  
 
@xgetnum
 
Returns a scalar value from the external application.
Syntax: @xgetnum(arg)
arg string
Return: scalar
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
 
!val = @xgetnum("ee")