set C = DOpus.Create.UnorderedSet(&H4D42&, &HD8FF&, &H4947&, &H5089&)
for each i in c
dopus.output Hex(i)
next
dopus.output cstr(c.exists(&H4947&))
output
5089
4947
4D42
D8FF
False
set C = DOpus.Create.UnorderedSet(&H4D42&, &HD8FF&, &H4947&, &H5089&)
for each i in c
dopus.output Hex(i)
next
dopus.output cstr(c.exists(&H4947&))
output
5089
4947
4D42
D8FF
False
Confirmed. It only works with strings currently. We're looking into it.
Fixed in the next update.
This is available now in 12.23.1 Beta.