nlPrintTopCellFooterComments
nlPrintTopCellFooterComments(o_formattero_cellView) => t
Description
Returns t at the analogFormatter level.
Arguments
Value Returned
Examples
The following example prints the top cell footer comments:
defmethod( nlPrintTopCellFooterComments ((formatter
xyzFormatter) cv)
let( (nl)
callNextMethod()
nl = nlGetNetlister(formatter)
nlPrintComment( nl "anything else")
) )
=> t
Return to top