[Tutor] Using join instead of string.joinfield

Bernard Lebel 3dbernard at gmail.com
Tue Aug 23 17:04:10 CEST 2005


Hello,

The documentation says that the built-in join method now replaces the
string.joinfield function.  However how do you achieve the same
operation? The join method accepts only one argument, that is, the
list of strings to join. How do you then specify the separating
character?


Thanks
Bernard


More information about the Tutor mailing list