<makeAddInsertCreate> Table With <1To20> Rows and <1To20> Columns

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