S
shapper
Hello,
I created a function that reorders the elements on an array.
I want this function to be able to use an array of integers, string,
doubles, etc.
So I want to use some kind of generic array.
What should I use it and how to declare it?
And how can I create such an array from a string array?
Thanks,
Miguel
I created a function that reorders the elements on an array.
I want this function to be able to use an array of integers, string,
doubles, etc.
So I want to use some kind of generic array.
What should I use it and how to declare it?
And how can I create such an array from a string array?
Thanks,
Miguel