Thanks for sharing, it is very useful! but the 2015 version seems not works well. I use the Array.Sort(strClasses), but error message shows saying the strClasses is not declared. Do you have advice on solving this problem?
when assigning values to your array, can you assign it outside the sub(right under class)? I tried but error showed up. Also we define your array, you use private in this class. Why cannot you just use"Dim"?
i have a problem when i click reverse the program crash if i d'ont add array elements strclasses must be full of values or it will crash? please respond
I use Windows 7 and I'm getting a first chance null exception. The program works though. Any ideas of what might cause it? Should I change something in the code?
I don't know if you Still need this.. but the main difference between Dim and Private is that you can use Private at both the Class level and Sub/Function level But you can use Dim at the Sub/Function level only
Hey man i was initially starting programing by watching your tutorial... After 3 years i am a software developer.. thanks dude
Good tutorial! You explained that way better than my computer science teacher ever could.
i am using visual studio 2019 and your tutorials are still usefull.
why are there people not liking this? I loved it!
Videos are awesome! Thanks! I'm a total newbie, and these have been a really awesome tool to use.
Thank you so much for all the videos they are helping me tremendously.
very good, thank you from germany :))
Thank you!!
for those who can't use array.sort or array.reverse try system.array.sort and system.array.reverse
Many Thanks Steven.
thank you
thnks for sharing
Thanks for sharing, it is very useful! but the 2015 version seems not works well. I use the Array.Sort(strClasses), but error message shows saying the strClasses is not declared. Do you have advice on solving this problem?
Make sure you downloaded the newest version (2010) of visual basic.
i have a problem too, the array.sort can't be accessed, though i already got the newest update of 2010... is there anyway to fix this?? O.o
How do you reverse and sort a 2-dimensional array?
when assigning values to your array, can you assign it outside the sub(right under class)? I tried but error showed up. Also we define your array, you use private in this class. Why cannot you just use"Dim"?
i have a problem when i click reverse the program crash if i d'ont add array elements
strclasses must be full of values or it will crash? please respond
I use Windows 7 and I'm getting a first chance null exception. The program works though. Any ideas of what might cause it? Should I change something in the code?
Why Private instead of Dim? What is the difference? Thanks.
I don't know if you Still need this..
but the main difference between Dim and Private is
that you can use Private at both the Class level and Sub/Function level
But you can use Dim at the Sub/Function level only
Oh i see, thank you.
I did still need it lol.
Array.Reverse is not recognized in my VB!!!
how can we do in console application same program??
thank you for your effert i will try it
I click reverse again and it doesn't reverse it back =P
never mind, i found the answer, i had to use system.array.sort...
though i don't know why exactly but still, it worsk ^^