Aaron


> Set's aren't arrays, they are bitfields.  As such there is no intrinsic
ordering
> of the items.

Of course there is! that is why does Ord(MySet(i)) works

The problem is that the Set is 256 bits so Ord can't map it into a valid
type

Maybe we need a SmallSet type (32 or 64 elements only)

Regards
Neven


---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to