Built-in function join

Built-in function join

SYNOPSIS

import qmlserv
built-in function join

DESCRIPTION

join(list [,sep]) -> string joinfields(list [,sep]) -> string

Return a string composed of the words in list, with intervening occurences of sep. Sep defaults to a single space.

(join and joinfields are synonymous)

SEE ALSO

qmlserv


Generated by HTMLFormatter at Fri Dec 20 18:58:54 2002