From: Walter Roberson on
Maxx Chatsko wrote:

> errordlg['No FCI data on file. Possible fixes:'
> char(10)... ' 1) Update Excel sheet with latest
> data' char(10)... ' 2) Check Excel sheet
> filenames match .tif filenames' char(10)...
> ' To continue, please uncheck FCI box and try
> again.','ERROR'];

errodlg is a function, and must not have a '[' right after the function name.
From: Maxx Chatsko on
Walter Roberson <roberson(a)hushmail.com>
> errodlg is a function, and must not have a '[' right after the function name.

Right sorry. I was leaving and just threw it in the code, ran it, and said screw it. Thanks for your help. Andy too!
Maxx