array issues?



On Fri, Apr 10, 2009 at 12:11 PM, dlakelan <dlakelan at street-artists.org> wrote:

> array(foo,'flonum,10);
>
> Non-integer dimension - `array'

array quotes its arguments --- try this: array(foo, flonum, 10);
i.e. don't quote the type symbol.

>  array('foo,10);
>
> Improper first argument to `array':
> 'foo

Again, try it sans the quote.

> Also, it seems that an array can be redeclared as a different size
> without error, but it is not clear in the documentation that once you
> declare an array you can in fact redeclare it.

Agreed.

hth

Robert Dodier