From: "Thomas B." Date: 2008-09-25T23:36:09+09:00 Subject: Re: how to wrap a long string Li Chen wrote: > text[x, x+5] You wanted either text[x..(x+5)] or better text[x,5]. Have a look at String#[]. TPR. -- Posted via http://www.ruby-forum.com/.