Quote:
Originally Posted by Darthatron
It will be very difficult to parse strings just using quotation marks. Either quotations in the script will need to be changed from " and ["], or strings will need to be contained within something else. So please. Give me an idea.
|
Well, if I'm not mistaken, in C (Xcode specifically) " is contained in the string as
"\"", \ is contained in the string as
"\\", and such things like that.