You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Can anyone please provide me with an example of strict subset and strict superset? I'm still quite confused....aren't they technically the same thing (in terms of writing the code)?
Thanks in advance!
f6gao
unread,
Apr 2, 2011, 12:25:36 AM4/2/11
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
strict subset of: { "a" "b"} can either be {"a"} or {"b"}
but cannot be {"a" "b"} ------------------------------------------------
strict superset of {"a"}
is any set contains "a" but not the set {"a"}
CL
unread,
Apr 2, 2011, 12:47:32 AM4/2/11
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message