> but allocCstringArray wants a openarray of string.
So you should give it one. You should know how you can create an array or a seq of strings. When you know that 256 chars are desired for each string, then you fill the array with strings with at least this size. And finally you pass that array or seg to allocCstringArray().
