Not really sure this is a bug, but it doesn’t follow how vvvv normally work with spreads.
if you have an Enum with eg. 5 entries, and you use Ord2Enum (Enumerations) to select your enums and you feed values higher than the slice index of the last etry in the Enum, then it outputs nil. I would argue that the behavior should be to wrap Around like other times when something like this occur in vvvv.
See patch
Ord2Enum-input-over.v4p (13.2 kB)