Hello, I've been having problems with the text types.
In this case, I have information coming via a web address and I want to classify it. The problem is that I can't make a comparison between the received information and the local info.
I recieve a string that consists of two parts. The first is a confimation that the conections is succesfull and the second one is a voltage of a batterie.
Hey sorry if I didn't understand what you were asking. Here I post a copy of the project.
The data recieved in the Get response content is "Con@00. I want to first split the text in to two parts and then analyze those two. I'm having problems with the analizing part of it. When I try to copare the split text with an X string, it just doesent compare anything.