View Single Post
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 02-02-2014 , 16:02   Re: How to concat a strings?
Reply With Quote #25

Quote:
Originally Posted by Kapuzzino View Post
but the last argument it's a maxlength of the result string, how can I know it before the concatenation I can't mind at all.
You already know the max length of the result string because you defined the length of the destination array. You can use charsmax(Destination_Array) for that argument.
__________________
fysiks is offline