>I got written only the 2nd value (there is no the 1st).This should not be a problem. Do not use multi-valued parameter. Use single value parameter.
This is not working. I have an array of values for the parameter. So it has to allow multiple values.
The only way would be to have for every value its own parameter. But this can not be - its too long code. How in case if I would like to pass 100 values? There is got to be some other way to pass an array of values to just ONE parameter. I think so.