I have this string: 6%>$#2"$6;2$0:6>;y48:
But If I try to make this:
I get this error message in the IDE: The input string was not in the correct format.
It is because the apostrophe, but has the $ caracter after it and don't work if I make this:
How can I fix this?
Thanks in advance for any tip.
But If I try to make this:
B4X:
Dim s As String = "6%>$#2"$6;2$0:6>;y48:"
I get this error message in the IDE: The input string was not in the correct format.
It is because the apostrophe, but has the $ caracter after it and don't work if I make this:
B4X:
Dim s As String = $"6%>$#2"$6;2$0:6>;y48:"$
How can I fix this?
Thanks in advance for any tip.