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 , 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;   

On the other hand, maybe you are asking completely different questions.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -