Versions Compared

Key

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

...

Integer array

Scroll pagebreak

Examples

Code Block
languagetext
int $i[]; 

...

select RKNE; 

...

selectRange 1 2;

...


selectRange 5 6 -a;

...


selectKeys -ranges;

...


 

...

$i= `getSelectedKeys Translation`;

...


print $i; //Output "1 2 5 6"

...


 

...

select;

...


$i= `getSelectedKeys Translation –onMod RKNE`;

...


print $i; //Output "1 2 5 6"

Additional information

Related commands

...