Merge command: [strnews-introtitleh2 ]
Merge variable/item: strIntroTitleH2

Comments:
This retrieves the introTitle as stored on the intro(duction) section of the n-th news document. It wraps [strnews-introtitle ] in an h2. If [strnews-introtitle ] is empty no h2 is generated !

Formula:
strIntroTitle:=@Eval("@GetDocField(\""+@Text(queueList)+"\";\"introTitle\");"); strIntroTitleH2:=@If(@Trim(strIntroTitle)="";"";"< h2 >"+strIntroTitle+"< /h2 >");