I would like to get PROP:Format for a list BUT without the header formatting for each column.
Any quick suggestions on the easiest way to do so?
Maybe my the list totals example zip file inside this zip file would be useful? https://clarionmag.jira.com/wiki/download/attachments/399458/cmag-2000-11.zip?api=v2
Set each column header to blank
Loop X=1 To ?List{PropList:Exists,0}
?List{PropList:Header, x}=''
?List{PropList:Header + PropList:Group, x}=''
End
SetClipboard( Quote( Clip( ?List{Prop:Format} ) ) )