<makeAddInsertCreate> Table <1To20> Columns by <1To20> Rows

SCRIPT {
    cols$ = _arg2
    rows$ = _arg3
    arg$ = "Tab:rows/cols," + rows$ + "," + cols$
    DllCall "w97comp.dll", "DgnWordDllCallIfc", arg$
}