Registration icon indicating copy to clipboard operation
Registration copied to clipboard

Support for type conversions in params array expansion

Open govert opened this issue 9 years ago • 3 comments

From this forum post: https://groups.google.com/d/topic/exceldna/l-grehDBLng/discussion. Currently we only support params arrays of primitive types - the expansion does not integrate with other type conversions. In preference to the suggested implementation in the forum post, I'd rather ensure that an array conversion MyType[] to object[] can be done before the params expansion. The params expansion needs to leave the types as 'object' in order for the 'missing' values to be recognized.

It needs a bit of thought still...

govert avatar Apr 23 '15 09:04 govert

Can this library be used to transparently turn non-float/string/dates into object handles and vice-versa?

obadz avatar Jun 04 '15 19:06 obadz

It would be the right place to add it. I suggest you add a new issue for discussion of object handles.

govert avatar Jun 04 '15 20:06 govert

I added a new issue for the object handles wrapper generation.

govert avatar Jun 05 '15 17:06 govert