On 07/10/2007, Gary Ruben <gruben@bigpond.net.au> wrote: > Try using astype. This works: > > values = array(wavearray.split()).astype(float) Thanks Gary, that does the trick. Cheers Adam