...
The array of string includes the subject; names of active trial from Eclipse database
Examples
Code Block | ||
---|---|---|
| ||
// 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
...