Versions Compared

Key

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

...

Return value

string

Examples

Code Block
languagetext
//create 2 Clips

...


create Clip "Clip_A" "Clip_B";

...


 

...

//index the Clip

...


string $clip = `getActiveClip`;

...


 

...

//print the currently active Clip

...


print $clip;

Scroll pagebreak

Additional information

...