Merge command: [strtopmenu-doctext ]
Merge variable/item: strTopmenu or rightTopMenuText

Comments:
This contains the value of the rightTopMenuText item, as present on the website (document), imploded with newline(s). In order to avoid overflows in @formulacommands, in case of large texts, this item is only calculated within the `init htmlBuilder` agent that handles writing to screen (and merging of all individual modules). So the mergecommand [strtopmenu-doctext ] actually contains the textvalue `[strtopmenu-doctext ]` which later will be replaced by the actual page text value within the `init htmlBuilder` agent.

Formula:
strTopmenu_site:=@Text(@GetDocField(websiteID;"rightTopMenuText")); strTopmenu := @If(@Trim(strTopmenu_site)="";"";@Implode(strTopmenu_site;" "));