View Single Post
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 04-17-2020 , 00:25   Re: [Question] String concatenation limit
Reply With Quote #4

The length passed to formatex() should be "charsmax(szBuffer) - iPos" otherwise you'll have the potential to cause formatex() to try to write past the end of the string.
__________________
fysiks is offline