Separate String

'' is a special character and should not be used like you do. Use another character, such as '|'. Use char arrays instead of Strings, then you can use function strtok :slight_smile:

Here is an example: C++ code - 29 lines - codepad