Format <thatItSelection> As <ParaStyleType>

SCRIPT {
    style$ = _arg2
    arg$ = "Par:sty," + style$
    DllCall "w97comp.dll", "DgnWordDllCallIfc", arg$
}