...
Integer array
Scroll pagebreak |
---|
Examples
Code Block | ||
---|---|---|
| ||
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
...