lrc_variant_BYTE_by_ref
| Assignment to Variants - By Reference and By Variant |
Assigns a string to a char (byte) stored by reference in a variant.
VARIANT lrc_variant_BYTE_by_ref( const char* str );
| str | A character string representing a byte (0 – 255). |
The lrc_variant_BYTE_by_ref function assigns a string to a char (byte) value stored by reference in a variant.
Return Values
Parameterization
Parameterization is not applicable to this function.
Example
This example assigns a string to a char (byte) value stored by reference in a variant.
VARIANT var=lrc_variant_BYTE_by_ref("215");

