Hey guys
Hey guys,
Is there a way to join the string value of generic array elements?
Something like
function ToString(Array: TArray): string;
I thought I should use GetTypeKind(T) and get the string representation for each possible value type, is it the correct way? :D
Stefan Glienke, you are the generic guy :D, please light a light :D
I'd want to bypass the Android debugger limitations :D
Thanks :D
Is there a way to join the string value of generic array elements?
Something like
function ToString(Array: TArray
I thought I should use GetTypeKind(T) and get the string representation for each possible value type, is it the correct way? :D
Stefan Glienke, you are the generic guy :D, please light a light :D
I'd want to bypass the Android debugger limitations :D
Thanks :D
Comments
Post a Comment