Versions Compared

Key

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

...

The array of string includes the subject; names of active trial from Eclipse database

Examples

Code Block
languagetext
// Print all subjects for active trial from Eclipse database

...


string $subjects[] = `getEclipseAssociatedSubjects`;

...


int $l = `getCount $subjects`;

...


print ("Subjects count = " + string($l), $subjects);

Additional information

Related commands

...