Format That <Formatting>

SCRIPT {
    if _arg1 = "With Hyphens" then
        HeardWord "Hyphenate","That"
    else
        if _arg1 = "Without Spaces" then
            HeardWord "Compound","That"
        else
            parastyle$ = _arg1
            arg$ = "Par:vrb/vrb/vrb," + parastyle$ + ",,"
            DllCall "w97comp.dll", "DgnWordDllCallIfc", arg$
        end if
    end if
}