throw new InterpreterException("invalid syntax in named argument");
//return new FunctionValueImpl(key,value.getValue());
}
public static String[] toStringArray(PageContext pc,Set set) throws PageException {
Ref ref=set;
String str;
List<String> arr=new ArrayList<String>();
do {
set=(Set) ref;
str=set.getKeyAsString(pc);