Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The array of string includes the full paths of all marked trials from Eclipse database

Examples

Code Block
languagetext
// Print all marked trials from Eclipse database 

...


string $s[] = `getEclipseMarkedTrials`;

...


print $s;

Scroll pagebreak

Additional information

...