Merge command: [strnews-introtitleh4 ]
Merge variable/item: strIntroTitleH4

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

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