lrc_variant_scode_by_ref
| Assignment to Variants - By Reference and By Variant |
Assigns a string to an error code value stored by reference in a variant.
VARIANT lrc_variant_scode_by_ref( const char* str );
| str | A character string representing an error code value. |
The lrc_variant_scode_by_ref function assigns a string containing a system error code value, to an error code stored by reference in a variant.
Return Values
Parameterization
Parameterization is not applicable to this function.
Example
This example assigns a character string to an scode (error code) stored by reference in a variant.
VARIANT var=lrc_variant_scode_by_ref("-2147352572");

