Robert Dodier wrote:
> 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.
I thought for sure that I'd tried this, but I guess it didn't since it
worked.
thanks, perhaps a small mention in the documentation would be in order...
Dan