mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-24 05:36:29 +02:00
15 lines
385 B
Plaintext
15 lines
385 B
Plaintext
Parameters = GetVKParameters();
|
|
|
|
Property = "";
|
|
OptionArray = New Array;
|
|
OptionArray.Add("Yellow");
|
|
OptionArray.Add("Blue");
|
|
OptionArray.Add("Red");
|
|
|
|
For Each Value In OptionArray Do
|
|
|
|
Result = OPI_VK.AddProductPropertyVariant(Value, Property, Parameters);
|
|
|
|
FunctionParameters.Insert(ParameterName, VariantID);
|
|
EndDo;
|