From: "StarLion Date: 2005-12-10T07:12:03+09:00 Subject: Re: Unspecified Syntax Error >> > Hi - > > For starters, you're gonna want to replace "else if" with "elsif". The > "else if" starts a second if, so using "else if" will leave you one > "end" short. That'll get you a syntax error for sure. > > Regards, > Matthew J Desmarais That.. would do it, thanks. Now i just have to figure out my logic errors >_< -- Posted via http://www.ruby-forum.com/.