12-16-2016, 09:53 AM
2. Bad. Never modify str member variables directly, unless you know exactly how str works. More info in QM help topic "str properties (lpstr, len, nc, flags)".
All until 2 - what is the problem? lpstr is raw pointer, like byte*, it does not manage the string. More info in QM help topic "Strings".
All until 2 - what is the problem? lpstr is raw pointer, like byte*, it does not manage the string. More info in QM help topic "Strings".