\starttext
\definesymbol[100][§] % or \definesymbol[100][\S]
\setupitemgroup[symbol=100]
\startitemize[100]
    \item This is a test.

How can I ensure there is no space between the \S and "This is a test"?

Troy