Message <Context> additional arguments to <function name> are provided for which there are no conversion specifiers in the format string. Arguments from "<last expression>" onward will be evaluated, but not processed by <function name>. Description The number of conversion specifiers is less than the number of values to be converted as specified in the parameter list. This is probably not what you intended. User Action Make sure the number of conversion specifiers match the values to be converted.