Hello,
I would like to replace the dashed lines with a solid line much like with
the \hairline command
Thank you.
Fabrice
\definefiller[dots][left=\dontleavehmode,right=\hskip\zeropoint\par]
\starttext
\input knuth \dorecurse{5}{\filler[dots]}
\input knuth \dorecurse{5}{\hairline}
\stoptext