Duncan Smith asks about writing Numeric arrays to disk: > [ 0, 0, 0, 5, 0, 0]]) > >>> f = file('c:\Data\IS_rounded.txt', 'w') > Perhaps with 'wb' ? Emile van Sebille emile at fenx.com