|
From: <no...@so...> - 2002-07-02 21:17:10
|
Bugs item #576607, was opened at 2002-07-02 17:17 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104933&aid=576607&group_id=4933 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Raymond Toy (rtoy) Assigned to: Nobody/Anonymous (nobody) Summary: ARRAY documentation bug Initial Comment: 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? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104933&aid=576607&group_id=4933 |