Collection.new
SUB
new
(
[
Mode
AS Integer
]
)
The
Mode
argument indicates how to compare keys. It is a combination of the following constants :
gb.Binary
to specify a binary comparison. This is the default.
gb.Text
to specify a case insensitive comparison.