Split Characters with Module SD

i want split the tittles and save in different strings

You are not reading a string from the file. You need to read and store the data, until you reach the end of record marker. Then, you can use strtok() to split the string at suitable delimiters.

Shitcan the Strings, though, There is no earthly reason to rely on that crutch.