KeyFile.setListSeparator
void setListSeparator(char separator)Sets the character which is used to separate values in lists. Typically ';' or ',' are used as separators. The default list separator is ';'.
Parameters
separator | the separator |
void setListSeparator(char separator)Sets the character which is used to separate values in lists. Typically ';' or ',' are used as separators. The default list separator is ';'.
separator | the separator |