I found the trick. [array define arrayname 1] is unable, but it works with [resize 1].

[resize 1(
|
[array arrayname 777]

then the array will set to 1.



On Sun, Aug 31, 2014 at 11:58 PM, Jonghyun Kim <agitato816@gmail.com> wrote:
Hi list,

I wanna set arraysize to 1, but it still shows me the default size 100. How to set size to 1? 

Size to 2 is ok, but 1 is unable. The minimum size of [array] is 2?

I tried it with these, but both can't work.
[array define -k arrayname 1]
[array define arrayname 1]

Thanks,
Jonghyun Kim(akntk)