geGetAllProbe
geGetAllProbe( [w_windowId] ) =>l_probes/ nil
Description
Gets a list of all the probes in a window.
Arguments
Value Returned
Examples
Gets a list of all the probes in the current window.
probe_list = geGetAllProbe( GetCurrentWindow( ) )
Related Topics
Probe Functions
Return to top