> Does anyone know of any way to put a Tab character in a 
> FileAppend string?
Just enclose a tab in quotes. Example:
FileAppend("d:\test.txt",
        numtostr(date,0) + "{hit tab key}" +
        numtostr(close,2) + "{hit tab key}" +
        numtostr(value1,4) +
        newline);
-- 
   Dennis
 |