|
From: Wayne B. <kil...@co...> - 2023-07-10 17:28:53
|
string index 3 out of bounds (size: 3) I’ve seen this error before and always associated it with bad data, usually in a GUI menu. Can anyone shed some light on when you might encounter this error. For example, Reading cached data and trying to populate a sting var with the wrong type or size of data? A GUI menu opening and reading the wrong type of size of data for a menu var or property? Any info on where in the core this error can be thrown would be helpful, like can you get this from core code or only GUI related, nasal? Wayne |