a result of [2,1] is an indication that you've managed to nest the array, which is why it's not showing you the content of the array. There should be parentheses around the brackets, which is usually also a clue.
let's say you get d=([2,1]), then "d[0=" should allow you to see the content of the nested array.
If you pick a blank spot to move the edit cursor to and select Format|Result|Display Options and check the "Expand nested arrays] checkbox, you should also see the nested array
TTFN