Decrease <indentation> to <Distance> <Unit>

SCRIPT {
    size$ = _arg2
    unit$ = _arg3
    style$=""
    arg$ = "Ind:size/unit/sty," + size$ + ","  + unit$ + "," + style$
    DllCall "w97comp.dll", "DgnWordDllCallIfc", arg$
}