Fabioxps Posted February 23, 2015 Share Posted February 23, 2015 "\" Character in error example character = "\" outputDebugString(character) outputDebugString("\") Link to comment
JR10 Posted February 23, 2015 Share Posted February 23, 2015 You do escape it, but you don't end it with another one. character = "\"" outputDebugString(character) outputDebugString("\"") Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now