Mike,

>Good stuff, Dan.  The first thing that jumps to mind is that these
>would be nice enhancements to the form plugin.  getValue is very
>similar to fieldValue.  I like the logic of your getValue better but I
>like the idea of returning the array instead of the string (and let
>the caller join it on whatever char they need).

I've toyed around w/using an array instead (I actually build an array, but
return a string.) I may toy around w/making it a setting--whether to return
arrays or strings.

Strings can be more straightforward (but have certain limitations) while
Arrays don't have any limitations, but aren't as intuitive.

I'd definitely see this as being a good marriage of with the Form plug-in. 

-Dan

Reply via email to