Re: [Tutor] methods split and join in sequence

2009-01-31 Thread Andre Engels
On Sat, Jan 31, 2009 at 4:09 PM, David wrote: > Dear list, > > many thanks for all your help - much appreciated. > Today I have continued reading Harrington, and produced the following code, > which works flawlessly. > I wonder, though, how I could join all the supplied words with underscores > _w

Re: [Tutor] methods split and join in sequence

2009-01-31 Thread W W
On Sat, Jan 31, 2009 at 9:09 AM, David wrote: > Dear list, > > many thanks for all your help - much appreciated. > Today I have continued reading Harrington, and produced the following code, > which works flawlessly. > I wonder, though, how I could join all the supplied words with underscores > _

[Tutor] methods split and join in sequence

2009-01-31 Thread David
Dear list, many thanks for all your help - much appreciated. Today I have continued reading Harrington, and produced the following code, which works flawlessly. I wonder, though, how I could join all the supplied words with underscores _without_ making use of split first? This I didn't manage.