<div>Peter,<br><br><div>The concatenation operator is the same as the '+' operator, except it is slightly more efficient. For more information, see the Qt documentation for QString.<div><br></div><div>It was introduced in Qt version 4.6.</div>
<div><br></div><div>You may need to #include <QStringBuilder>. I don't have MSVC, so I can't verify that.</div><div><br></div><div>If it doesn't work, just find-replace '%' to '+' in the scripting code. It shouldn't make a huge performance difference.</div>
<div><br></div><div>Joshua</div></div></div>