Tom Wrenn wrote: > line 407 is "Acell = atof(&String[0]); Hi Tom, Have you tried the following to see if it compiles?: Acell = atof( String ); Just another way to say the same thing since just the name of the array also indicates the address of element 0 in the array. Best regards, Ken Pergola -- http://www.piclist.com#nomail Going offline? Don't AutoReply us! email listserv@mitvma.mit.edu with SET PICList DIGEST in the body