Versions Compared

Key

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

...

The returned string is a full path of active trial from Eclipse database

Examples

Code Block
languagetext
// Print active trial file from Eclipse database

...


string $trial = `getEclipseActiveTrial`; 

...


print $trial;

Additional information

Related commands

...