string question

ThePowerTool

New member
case "\"DEBBIE\" tattoo kit":

Can someone please let me know if there's an immediately-obvious reason the above would never match? The \" doesn't generate an error but I'm guessing that's what's wrong. Data_Types clearly states \" is correct but the case statement does not match.

Thank you, in advance!
 
I found the solution:

case ""DEBBIE" tattoo kit":

I don't know why Data_Types specifically states the 1st case should work when that is clearly incorrect.

Can someone tell me if there's a page that covers things like \" and " ?

Thank you, again!
 
Back
Top