Prints out a list of business objects as a table where each row represents a single list member. A list may be specified as an attribute or as a query string. Only specified attributes of each list member are printed out. 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 table as a text string.
<<LIST(Client.Children, ' ', 'FirstName', 'LastName', 'Age,#')>>
<<LIST('FIND Child WHERE Child IN Client.Children', ' ', 'FirstName','LastName','Age')>>