Hi everybody!!
I got this string "6:1:0x0:0x3:0:1:0: 70.90:B:A:" in which all colons are to separate each data value. By using scan from string function I´m trying to separate them, but i doesn´t works fine.
The scan string is the following "%f:%f:%s:%s:%b:%b:%b:%f" but I just can remove the two first values of the string, because I got an error in arg3.
I think the function doesn´t differ the colon and it reads it as a character from data.
How can I do it??
Thanks in advance
Victor