Description
Returns the array of full paths of all marked trials from Eclipse database. If no trials are marked, an empty array is returned. (To mark a trial, select the trial and press the SPACE key or use the context menu.)
Functional area
Data management
Command syntax
Syntax
getEclipseMarkedTrials |
Arguments
None
Flags
None
Return value
string array
The array of string includes the full paths of all marked trials from Eclipse database
Examples
// Print all marked trials from Eclipse database
string $s[] = `getEclipseMarkedTrials`;
print $s;