Set a simple value to a ts_variant object.

Call:

ts_variant(int iVariant, "set_value_simple", bool/int/double/string value);


Here:

iVariant - object handle of type ts_variant;

value - the value to be written to the iVariant object.