lrc_variant_ushort_by_ref
| Assignment to Variants - By Reference and By Variant |
Assigns a string to an unsigned short integer stored by reference in a variant.
VARIANT lrc_variant_ushort_by_ref( const char* str );
| str | A character string representing an unsigned short integer. |
The lrc_variant_ushort_by_ref function assigns a string to an unsigned short integer stored by reference in a variant.
Return Values
Parameterization
Parameterization is not applicable to this function.
Example
This example assigns a string to an unsigned short integer stored by reference in a variant.
VARIANT var=lrc_variant_ushort_by_ref("300");

