delphi - Convert Array of Char to String? -
How do I change an array of four in the string?
I have a common array of characters and I want to convert my values to string. How can I do this?
Edit: Originally asked about the "array of string strings" about this question, but OP accepted an answer which "array of arrays It seems that you probably have text in On the other hand, maybe you are asking completely different questions. , it seems that "array of fours" if you do this then you can:
function ArrayToString (const : Array of four): string; If length (A)> gt 0 then setstring (results, picarah (@ a [0]), length (a)) and results: = ''; End;
Comments
Post a Comment