Shop OBEX P1 Docs P2 Docs Learn Events
puzzled beginner — Parallax Forums

puzzled beginner

DoubleRDoubleR Posts: 2
edited 2008-03-30 12:42 in BASIC Stamp
Could use some help here! been working on this project for awhile today and just cant get it.I am tring to take array of number(16,9,7,25) and get them to arrange in lowest to highest and then highest to lowest.
any suggestion?· what I have done is attached·· thanks for suggestions

Comments

  • stamptrolstamptrol Posts: 1,731
    edited 2008-03-30 12:42
    To properly declare your variables as arrays:

    array var byte(8)

    index var byte(5)


    cheers,

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Tom Sisk

    http://www.siskconsult.com
    ·
Sign In or Register to comment.