and here are the lines i have been searching for (i think, havent tried it but should be)
if (issimplevalue(arg) and isnumeric(arg)){
return ToString(arg);
}
if (issimplevalue(arg)){
return '"' & JSStringFormat(ToString(arg)) &
'"';
}
just comment out the 1st three lines should do the trick....

