2.0
3.0
>
dev
>
api
>
name
>
gb.collection.set
Previous
Next
Edit
Rename
Undo
Search
Administration
Documentation
Warning! This page is not translated.
See english version
GB.Collection.Set
void
GB.Collection.Set
( GB_COLLECTION
col
, const char *
key
, long
len
, GB_VARIANT *
value
)
Sets an element in a collection.
col
is a reference to the collection
object
.
key
points at the key string.
len
is the key length.
value
is the value to store in the collection.
The stored value is a copy of the
GB_VARIANT
structure.
See also
Collection Objects Management