You should pass a sequence of strings:
ex: constant myArrayString = create( wxArrayString, { "One", "Two" })wxArrayStrings are mainly used within the library itself, and you should rarely need to directly create one, unless you are dealing with a class that hasn't been fully wrapped.
See Also: arraystring_item, get_arraystring
See Also: arraystring_count, get_arraystring
Returns all the strings in the array.
See Also: arraystring_count, arraystring_item