lrc_variant_ulong_by_ref
| Assignment to Variants - By Reference and By Variant |
Assigns a string to an unsigned long integer stored by reference in a variant.
VARIANT lrc_variant_ulong_by_ref( const char* str );
| str | A character string representing an unsigned long integer. |
The lrc_variant_ulong_by_ref assigns a string to an unsigned long 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 long integer stored by reference in a variant.
VARIANT var=lrc_variant_ulong_by_ref("215000");

