Read Me - Common Public License V1.0 - Copyright Notice(©)

subset


>>-subset(argument)--------------------------------------------><

Returns 1 (true) if all items in the receiver collection are also contained in the [argument] collection; returns 0 (false) otherwise. The [argument] can be any collection class object. The [argument] must also allow all of the index values in the receiver collection.

Read Me - Common Public License V1.0 - Copyright Notice(©)