U
uap12
I have a textfiles that i read from, one trigger is for a dataline
that lookas like this
dmc \x45\x23\x45\x23\x45\x23\x45\x23\x45\x23\x45\x23\x45\x23\x45\x23
i try to trigger this by
if(sDMC.startsWith("DMC \\x")) {
bDMC = true;
}
But i don't get a hit, i know there is som fuzzy about the line
\x45\x23 ... but i can't do any thing about this, any way to do this ?
best regards
Anders
that lookas like this
dmc \x45\x23\x45\x23\x45\x23\x45\x23\x45\x23\x45\x23\x45\x23\x45\x23
i try to trigger this by
if(sDMC.startsWith("DMC \\x")) {
bDMC = true;
}
But i don't get a hit, i know there is som fuzzy about the line
\x45\x23 ... but i can't do any thing about this, any way to do this ?
best regards
Anders