>The SetMultiStringVariant method sets or modifies the value of MultiString type variable (passed as parameter to this method) as VARIANT array.
BOOL SetMultiStringVariant( | ||
BSTR Name, | // The name of the MultiString variable | |
VARIANT Value | // The value to be set | |
); |
Parameters
Name [in] This is the name of MultiString variable whose value should be changed. Value [in] This is the VARIANT array of String that should be set.
Return values
The SetMultiStringVariant method returns TRUE if the value is successfully set and FALSE otherwise.
Remark:
This method is designed to be used in ASP (Active Server Pages).
See also
GetMultiStringVariant method, SetMultiString method