arguments[index++]=new Casting( vt.type, CFTypes.toShort(vt.type, false, CFTypes.TYPE_UNKNOW), vt.value).getValue(pc);
}
for(int y=0;y<names.length;y++){
if(names[y]!=null) {
ExpressionException ee = new InterpreterException("argument ["+names[y]+"] is not allowed for function ["+flf.getName()+"]");
UDFUtil.addFunctionDoc(ee, flf);
throw ee;
}
}