You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
govert
changed the title
Support for types for params array expansion
Support for type conversions in params array expansion
Apr 23, 2015
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...
The text was updated successfully, but these errors were encountered: