Read_array Question



On 12/31/2011 2:06 PM, Thomas D. Dean wrote:
> The simple way is to write:
datalist:[
> Qth ,23 ,41 ,a+bx,
> Z9 , 3,  7 , 4,1 ]

or divide it into sublists like
   [[a,b,c],  [d,e,f]]