Script Corruption Bug re: quotes in comments?
Posted: 21 Aug 2015 17:42
OK, try this:
1. New template
2. Create a new script, name doesn't matter, I used "test"
3. In the script, type: decl x = 1;
4. Hit ENTER, click Project, go back to test, the declaration should be there.
5. Create a newline at the top of the script
6. type "comment" (with the quotes)
7. Click Project
8. Click test, and look at what happened to the script??????
I found this because I was getting XML parse errors in a script after editing it and adding comments.
1. New template
2. Create a new script, name doesn't matter, I used "test"
3. In the script, type: decl x = 1;
4. Hit ENTER, click Project, go back to test, the declaration should be there.
5. Create a newline at the top of the script
6. type "comment" (with the quotes)
7. Click Project
8. Click test, and look at what happened to the script??????
I found this because I was getting XML parse errors in a script after editing it and adding comments.