Home / api / name / gb.storevariant 
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration   
fr  de  es  it  nl  pl  pt  pt_BR  ca  ar  fa  vi  ja  ru  zh  zh_TW  eo 
Documentation
History
 
GB.StoreVariant
Syntax
void GB.StoreVariant ( GB_VARIANT *src , char **dst )

Store a Gambas Variant value into memory.

If another variant was stored in dst, it is released before being replaced by the new one.

The stored variant is a copy of the Gambas variant src, and is stored as a 12 bytes structure GB_VARIANT_VALUE.

See also

Storing Values In Memory  GB_VARIANT