How to deal with empty Spreads stored as Object

Hi,
How do I deal with empty spreads when the list is an Object?

AvoidEmptySpread_Object.vl (17.6 KB)

You can reference mscorlib from the .NET framework assemblies and then use Activator.CreateInstance.

AvoidEmptySpread_Object.vl (18.6 KB)

1 Like

The following combo should also do the job (would also support patched types):

2 Likes

Thank you! @Elias & @tonfilm

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.