From: Peter Hickman Date: 2005-01-20T20:50:37+09:00 Subject: Re: Confused about variable "declarations" Peter Hickman wrote: > offset = offset=line.split()[1].to_i typo, should be plain offset=line.split()[1].to_i sorry about that