[Tutor] convert array into string

Kyle Babich kyle@sent.com
Fri, 30 Aug 2002 12:25:55 UT


How would I convert something like:
abc =3D ["abcdef"]
into
abc =3D "abcdef"

What I'm actually trying to do is convert a file.readlines() into a
single string and then .split(" ").  Is this possible?  I've tried
every kind of for loop I can think of to make this work, but I can't
figure it out.

Thank you,
--
Kyle