[Tutor] when string,join won't work

Sean 'Shaleh' Perry shaleh@valinux.com
Wed, 03 Jan 2001 09:04:07 -0800 (PST)


string.join assumes that the sequence is all strings.  What do i do if this is
not the case.  A friend is trying to make db requests and print the returned
data.  Not every field is a string, so join won't work.  Suggestions?