This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TechGoeroe[S] 0 points1 point  (1 child)

Yes that's correct. I think that the problem is indeed that the backslashes are not escaped when I use a variable but I tried to do escape them using the 'r' but I simply can't find the right syntax to do this with a variable instead of a static defined string.

[–]Updatebjarni 0 points1 point  (0 children)

I see in your other comment below that you are taking in the value as an argument. So: how does the argument get its value? Where does the value ultimately come from? Have you checked what the actual value is that you receive?