Visual Basic Tutorial - 60 - Sorting And Reversing Arrays

Поделиться
HTML-код
  • Опубликовано: 31 окт 2024

Комментарии • 27

  • @mohammedfaizal6799
    @mohammedfaizal6799 8 месяцев назад

    Hey man i was initially starting programing by watching your tutorial... After 3 years i am a software developer.. thanks dude

  • @Voupes
    @Voupes 8 лет назад +11

    Good tutorial! You explained that way better than my computer science teacher ever could.

  • @yusufozen547
    @yusufozen547 5 лет назад +3

    i am using visual studio 2019 and your tutorials are still usefull.

  • @claudiavilatoro7109
    @claudiavilatoro7109 3 года назад +1

    why are there people not liking this? I loved it!

  • @Raikon456
    @Raikon456 11 лет назад +1

    Videos are awesome! Thanks! I'm a total newbie, and these have been a really awesome tool to use.

  • @hauteswan2541
    @hauteswan2541 8 лет назад +1

    Thank you so much for all the videos they are helping me tremendously.

  • @hoohlerTV
    @hoohlerTV 9 лет назад +2

    very good, thank you from germany :))

  • @laurale370
    @laurale370 3 года назад

    Thank you!!

  • @StevenDoesStuff
    @StevenDoesStuff 11 лет назад +1

    for those who can't use array.sort or array.reverse try system.array.sort and system.array.reverse

  • @ogulcankarayel5625
    @ogulcankarayel5625 5 лет назад

    thank you

  • @oagilemokoma7329
    @oagilemokoma7329 7 лет назад

    thnks for sharing

  • @minli6466
    @minli6466 7 лет назад

    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?

  • @manon-gfx
    @manon-gfx 12 лет назад

    Make sure you downloaded the newest version (2010) of visual basic.

  • @christianobolla8236
    @christianobolla8236 11 лет назад +1

    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

  • @darpmosh6601
    @darpmosh6601 4 года назад

    How do you reverse and sort a 2-dimensional array?

  • @laststylemover
    @laststylemover 10 лет назад

    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"?

  • @tremor1930
    @tremor1930 12 лет назад

    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

  • @mitchellfolbe8729
    @mitchellfolbe8729 12 лет назад

    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?

  • @Marconel100
    @Marconel100 8 лет назад

    Why Private instead of Dim? What is the difference? Thanks.

    • @talalsharaa5267
      @talalsharaa5267 8 лет назад +3

      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

    • @Marconel100
      @Marconel100 8 лет назад +1

      Oh i see, thank you.
      I did still need it lol.

  • @RaquelMBSampaio
    @RaquelMBSampaio 12 лет назад

    Array.Reverse is not recognized in my VB!!!

  • @adityakumar-dg1hs
    @adityakumar-dg1hs 8 лет назад

    how can we do in console application same program??

  • @Noctivagus47
    @Noctivagus47 13 лет назад

    I click reverse again and it doesn't reverse it back =P

  • @christianobolla8236
    @christianobolla8236 11 лет назад

    never mind, i found the answer, i had to use system.array.sort...
    though i don't know why exactly but still, it worsk ^^