gePrintAllProbe
gePrintAllProbe( [w_windowId] [p_port] ) => t / nil
Description
Prints a list of the probes in a window.
All the attributes of the probe are printed.
Arguments
|
Database ID of the window from which you want a list of probes. The default is the current window. |
|
Value Returned
Examples
Prints the attributes of all probes in the current window to a text file called myFile in the current directory.
port = outfile( "myFile")
gePrintAllProbe( hiGetCurrentWindow( ) port)
Related Topics
Return to top