Merge command: [strnews-introsubtitleh4 ]
Merge variable/item: strIntroSubTitleH4

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

Formula:
strIntroSubTitle:=@Eval("@GetDocField(\""+@Text(queueList)+"\";\"introSubTitle\");"); strIntroSubTitleH4:=@If(@Trim(strIntroSubTitle)="";"";"< h4 >"+strIntroSubTitle+"< /h4 >");