Merge command: [strnews-introimg ]
Merge variable/item: strIntroImg

Comments:
This variable generates the entire html image tag corresponding to the properties of the (attached) intro image of the n-th document

Formula:
strIntroFilePath:=@Eval("@GetDocField(\""+@Text(queueList)+"\";\"introFilePath\");"); strImgFile:=@If(@Contains(strIntroFilePath;"\\");@RightBack(strIntroFilePath;"\\");strIntroFilePath); strIntroImg:=@If(strIntroFilePath="";"";"< img src=\""+strUrllinkimg+"/$FILE/"+strImgFile+"\" />");