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.

image

AvoidEmptySpread_Object.vl (18.6 KB)

1 Like

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

2 Likes

Thank you! @Elias & @tonfilm