If I run this:
lb = List Box({"qwerqwerr", "qwerqwerr"});
nwTest = New Window("Test ListBox Duplicate values", lb);
I will get a List Box with only one line. Why?
List Box accepts lists, lists can have duplicate values, why can't Lis Box have duplicate values?
If I pass a list with duplicate values to List Box, what's shown in the List Box is not the list that was passed with now additional warnings or errors.
IS it by design? Why? Any workarounds?