Problem with 'print as-value'

Hi. I got problem with ‘print as-value’:
:global a [/interface wireless monitor ifName as-value ]
:put [:pick $a 1]
Print “status=connected-to-ess”, but
:global a [/interface wireless registration-table print stats as-value where interface=ifName]
:put [:pick $a 1]
Doesn’t print anything.
Why?

Piotr Piróg

I run this code on both:

:put [:typeof $a];
:put [:len $a];

and I get:

array
12
array
1

So, the second one is not returning the array correctly, all stats are in position 0 of the array. Possibly a bug?