1> Variable in range notation I have the following data in a sheet,
20.6 20.4 20.2 18.1 19.1 21.7 21 20.9 19.3 19.7
why the following scripts have different results, >>script 1 range r1 = 1[1]:5[1] mark -d r1
>> script 2 i = 1 range r2 = 1:5[i] mark -d r2
[i] 2> Copy non-continual rows data(operation, not script) when I select non-continual rows (e.g. all the even rows), I can delete the selected rows from the context menu, but can not copy and paste the rows. Why?