Posted on July 27, 2017 at 11:55Hey guys,I have a function that parses messages of my own format and splits them into an opcode and (0-3) operands.With 0 or 1 operand, it works fine; on the second operand, the msg.substr(start, (pos - start)); cause...