Report 'Dictionary' /* This report lists all objects, and their "Documentation" property for those that have one */ foreach .() { ''''; id; ''' <'; type; '>'; newline; if :Documentation then :Documentation; newline; endif; newline; } endreport