Prints out members of a list as a single line. Only specified attributes of each list member are printed out. A list may be specified as an attribute or as a query string. This function is useful when it is necessary to print out a relatively small list inside a document or inside an e-mail (usually used inside a tag). Returns a line as a text string.
<<LIST_LINE(Client.Children,'ORDER BY Child.FirstName DESC',' ',',','FirstName', 'LastName', 'Age,#')>>
<<LIST_LINE('FIND ALL Child',' ',',','FirstName', 'LastName', 'Age,#')>>