Merge command: [strnews-introsubtitleh2 ]
Merge variable/item: strIntroSubTitleH2

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

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