Returns an error message if the number of arguments in a call is valid.
Parameters: proc - the Procedure being called Parameters: argCount - the number of arguments in the call null, if the number of arguments is ok;otherwise a suitable error message
checkArgCount
public static String checkArgCount(String pname, int min, int max, int argCount)(Code)