Hi Rich, There seems to be a typo in your columns option. There should not be a "=" after the last column name, but a white space: Should be: columns='x double precision, y double precision, name char(10)' (not: columns='x double precision, y double precision, > \ name=char(10)') That should fix it... Cheers Stefan