...
The array of string includes the full paths of all marked trials from Eclipse database
Examples
Code Block | ||
---|---|---|
| ||
// Print all marked trials from Eclipse database |
...
string $s[] = `getEclipseMarkedTrials`; |
...
print $s; |
Scroll pagebreak |
---|
Additional information
...