Answered
Stringing me a long...
Doing a project just now that calls for me to use the following text in a string
2' 6" Plain Wardrobe with Mirror
I can't just write "2' 6" Plain Wardrobe with Mirror";
Can this be done?
Doing a project just now that calls for me to use the following text in a string
2' 6" Plain Wardrobe with Mirror
I can't just write "2' 6" Plain Wardrobe with Mirror";
Can this be done?
the backslash is the escape character is flash:
var yourstring:String = "2\' 6\" Plain Wardrobe with Mirror";
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.