Is there a way to reverse the order of words?

Discussion in 'Neopets Program Discussion' started by Phee, Nov 14, 2007.

Thread Status:
Not open for further replies.
  1. Phee

    Phee Moderator
    Staff Member

    Joined:
    Aug 18, 2007
    Messages:
    6,206
    Likes Received:
    101
    Not the letters, just the words?

    I'm trying to make a prioritized list for the clothing shop, using Neoitems, but the rarity goes from lowest to highest. That means my list is in opposite order. I think there's a way to do this with C++?
     
  2. noncheatercheater

    Joined:
    Jun 3, 2007
    Messages:
    780
    Likes Received:
    0
    I don't understand the question, but I don't think you can change the order in which things are viewed in shops?
     
  3. Phee

    Phee Moderator
    Staff Member

    Joined:
    Aug 18, 2007
    Messages:
    6,206
    Likes Received:
    101
    Oh no, I meant on my list. See, I'm trying to make a prioritized AB list for the clothing shop, and to do so I used NeoItems.net and searched for everything that stocked in the clothing shop, in rarity order. The problem is that NI's rarity order goes from lowest rarity to highest rarity, so when I take it and make a list, the lowest rarity items are on top and the highest rarity on bottom. Since higher rarities are generally worth more, that means the most expensive items are on bottom and the cheapest on top, exactly the opposite of what I want. I was wondering if there was a way to reverse the order.

    For example,

    one
    two
    three
    four

    would become

    four
    three
    two
    one
     
  4. the_skip

    the_skip Level IV

    Joined:
    Dec 25, 2006
    Messages:
    2,354
    Likes Received:
    1
    Location:
    Indiana
    It is ver possible to work and would be about ten lines in C# or 20 for tehe main core in C++.
    edit: I'll add it to my dube remover
     
Thread Status:
Not open for further replies.