Built-in function join

Built-in function join

SYNOPSIS

import pgml2sql
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

pgml2sql


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