• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Visual Basic for Excel Question

puffpio

Golden Member
Is there anything liek a c++ vector class in vb?

I have a array/vector of ints, and I wanna be able to search and find a number, then take that number and push it to the beginning of the array/vector, and move all the rest of the elements up to fill the gap...

Don't know if I have to do this by hand or if there is a better way.
 
Back
Top