I want to delete the first row of dataset. I tried through Commands window (Window
>Commands
) by typing any:
S0[2][0]
S0[1][0]
S0[1][1]
S0[1:2][1]
But I got errors:
[Error] syntax error: S0[2][0]
[Error] syntax error: S0[1][0]
[Error] syntax error: S0[1][1]
[Error] syntax error: S0[1:2][1]
Is there any way to do this?