void GB.Store ( GB_TYPE type , GB_VALUE *src , void *dst )
Store a Gambas value into memory.
Use this method only if you don't know the datatype at compile time.
Otherwise, use the specialized methods: GB.StoreString, GB.StoreObject, or GB.StoreVariant.
If you want to store the other datatypes (Integer, Date, ...), store them directly in memory. It is faster !