Array

  • Thread starter Thread starter shapper
  • Start date Start date
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
 
you should turn your function into a static generic function.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Enum to Array Of String 1
Array of structure 1
Shape Arrays VBA 0
Generic List to Array 2
How to show array values as columns in a datagrid 1
Array 4
vba array logic 3
Passing string array to web service 0

Back
Top