Hi All,
we encountered with strange behaviour of listbox method .getSelectedValue() in a case of item value contains comma sign ",". Test example:
Button script:
TEXT_1.setText(LISTBOX_1.getSelectedValue());
Behaviour:
1. Select value 1 and press the button:
2. Select value 2 and press the button:
3. Select value 3 and press the button:
Any ideas how to fix this?
Many thanks in advance,
Dmitry.