From: James Edward Gray II Date: 2005-12-10T06:46:52+09:00 Subject: Re: Unspecified Syntax Error On Dec 9, 2005, at 3:35 PM, StarLion wrote: > Throws unspecified "Syntax Error" on 126 (last line of the code - > 'end')... no idea what's going wrong? In my experience, this is almost always the sign of a missing "end". If I add one to the bottom of your code, if does indeed go away. I can't see where exactly it's missing though. Try cleaning up your indentation, then it should be obvious. James Edward Gray II