From: matz@... (Yukihiro Matsumoto) Date: 2003-02-06T17:55:43+09:00 Subject: Re: empty Array returned but expect nil Hi, In message "empty Array returned but expect nil" on 03/02/06, "Barry Shultz" writes: |I do not understand why a[4,0] below returns [], whereas a[5,0] |returns nil (which is what I would expect for a[4,0] as well). |Could someone please explain what I am (obviously) missing here? Because [5,0] is out of array boundary. matz.