[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'UPasConf' (#Pkg)

List

Returns a string consisting of all non-empty items of Elements separated by Sep. An item is considered empty if, once trimed, it is an empty string.

Declaration

Source position: upasconf.pas line 896

function List(

  const Elements: array of string;

  Sep: Char = ' '

):string;