9 | Improvement in Item.getText()Currently, the method returns all the elements, separated by a semicolon. This can be inconvenient, because the field values may also contain a semicolon.
I propose to add an optional parameter to specify the separator: Item.getText([String sep]) |