\1//CheckLength
\1if (\3 != \4)
\1{
\1    Scierror(999, _("%s: Wrong size for input argument #%d: %d expected.\n"), fname, \2, \3);
\1    return 1;
\1}

