Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted by ConfluenceCloudBulkEditor.py

...

Scroll tablelayout
style
sortDirectionASC
repeatTableHeadersdefault
style
widths18%, 15%, 14%, 13%, 40%
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

...

void

Scroll pagebreak

Examples

...

// In this example, findUnlabeled finds the first ten unlabeled markers

...


// and prints time range and the name of the markers

...


int $i;

...


for( $i = 0;

...


$i < 10;

...


$i = $i + 1)

...


{

...


findUnlabeled -selectRange;

...


int $range[] = `getSelectedTimeRanges`;

...


string $sel[] = `getModules -selected`;

...


// Range interval and name of the marker

...


print $range[0] $range[1] $sel[0];

}

Additional information

Related commands

...