Hi,
I am trying to write an array intensive code. I want to know about functions I can use to find array length at run time. Also many such functions could someone help me find a list of functions I can use with arrays or some tutorial which helps me with them.
Actually with every new item I need to check if a container has space if it does then I have to add the new item into this container and into an array which keeps track of all the items in the container.
The only way I see this in VB is with 2 arrays. Can anyone suggest a better way please?
Thanks.
I am trying to write an array intensive code. I want to know about functions I can use to find array length at run time. Also many such functions could someone help me find a list of functions I can use with arrays or some tutorial which helps me with them.
Actually with every new item I need to check if a container has space if it does then I have to add the new item into this container and into an array which keeps track of all the items in the container.
The only way I see this in VB is with 2 arrays. Can anyone suggest a better way please?
Thanks.
Comment