| 08-04-2007, 02:52 AM | #1 |
Is it possible for me to make something which would do something for a given variable array. like.. Code:
Function( udg_Array ) |
| 08-04-2007, 03:18 AM | #2 |
what do you mean specifically? You can do this For each intiger A from 1-12 do Array[Intiger A] |
| 08-04-2007, 03:25 AM | #3 |
You could stick the array inside a struct and then pass the struct. Only thing that came to mind. |
| 08-04-2007, 03:33 AM | #4 |
|
