...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
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
...