IPythonSet.Pop

Syntax

Pop: Variant;

Description

The Pop removes the first element from the set and returns its value.

Comments

As the set is a non-organized one, the first element may be unknown.

Example

The method use is given in the example for IPythonSet.Add.

See also:

IPythonSet