- #1
- 189
- 2
1. Is there a way to get the index of array, how many cells are nonzeros and have actual data. I can probably do it the hard way.
2. How do you pass an array to a function, the entire array I mean, do I do like function (array(i)) or function (array())
3. Is there an easier way to combine two arraries.
If there are libraries or functions out there that I can call to, lease help
2. How do you pass an array to a function, the entire array I mean, do I do like function (array(i)) or function (array())
3. Is there an easier way to combine two arraries.
If there are libraries or functions out there that I can call to, lease help