jb wrote: > Okay, I've now tried this at two computers, both with 4.12, both give > me the same errors. File attached if anyone feels like running it > through. I tried as Andrew suggested, using the double-quotes, but it > didn't make a difference. JB: Glad you finally attached the file. Your problem is in the line marked with a "<<<<<<<<": s_out "G" s_out 'o' s_out 'o' s_out 'd' s_out '' <<<<<<<<<< s_out 'D' s_out 'o' s_out 'g' You need a space in there; it should read: s_out ' ' -Andy === Andrew Warren - fastfwd@ix.netcom.com === Fast Forward Engineering - San Diego, California === http://www.geocities.com/SiliconValley/2499