Menu

#80 ARRAY documentation bug

closed
nobody
None
5
2002-07-18
2002-07-02
Raymond Toy
No

The docs for ARRAY say, in part:

- Function: ARRAY (name, dim1, dim2, ..., dimk)
This sets up a k-dimensional array. A maximum of
five dimensions
may be used. The subscripts for the ith dimension
are the

But the code supports things like

array(a,flonum,3);

to create an array "a" of dimension 4 that takes flonum
elements.

Is this a documentation bug or an implementation bug?

Discussion

  • Raymond Toy

    Raymond Toy - 2002-07-18

    Logged In: YES
    user_id=28849

    Documentation bug. Fixed.

     
  • Raymond Toy

    Raymond Toy - 2002-07-18
    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB