https://feedback.bistudio.com/T162283 this is also still a thing. I reported it more than 3 years ago and it's super simple to reproduce and probably also to fix
- Queries
- Arma 3 Activity
- All Stories
- Search
- Advanced Search
Feed Advanced Search
Advanced Search
Advanced Search
Thu, Feb 20
Thu, Feb 20
Mon, Feb 17
Mon, Feb 17
Also one error I often ran into is, that double escaped quotes cause a problem with the parser. I though I already opened a ticket for that, but I cannot find it anymore, so here again in short:
string str = "\"\""; will cause a compile error. The content of the str variable should be "", so I have to escape both quotes with a backslash, but there seesm to be some problem with the index being put one too far ahead or something else. I currently have to workaround the problem by using string str = "\"" + "\"", which is quite annoying to do
@Geez any intentions on fixing the compiler?
yeah, probably has been an issue before, but now we see the leaked instances in the logs, we did not have this before
© Bohemia Interactive a.s. Bohemia Interactive® is a registered trademark of Bohemia Interactive a.s. All rights reserved. · Privacy Policy · Terms and Conditions