Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I am banging my head over this. I am building a block-table. As the blocks are found and counted I need to sort the list of blocks to a specific order. Currently I am sorting the blocks in alphabetical order, but I need to change that to order the blocks counted into an order of importance. If someone can set me in the right direction, I would be most appreciative.
; MASTER LIST (LIST "VECTOR" "ROTATING" "STEP" "FIXEDSIZE" "FIXEDQTY" "6PORT" "9PORT" "12PORT" "2PORT4GEAR" "3PORT" "SF360" "CANISTER" "EDC" "FUSECANISTER" "VENTURI" "JET" "SWINGJET" "UV" "JETPACK" "O3" "AIRPORT" "SDX" "LEVELER" "SCOPE" "AIRBAR") ; POSSIBLE LIST BASED ON BLOCKS FOUND IN DRAWING (LIST "3PORT" "9PORT" "AIRBAR" "ROTATING" "STEP" "FIXEDSIZE" "FIXEDQTY" "SF360" "EDC" "VENTURI" "UV" "O3" "SDX" "LEVELER" "VECTOR") ; THE LIST AFTER BEING SORTED ACCORDING TO THE MASTER LIST (LIST "VECTOR" "ROTATING" "STEP" "FIXEDSIZE" "FIXEDQTY" "9PORT" "3PORT" "SF360" "EDC" "VENTURI" "UV" "O3" "SDX" "LEVELER" "AIRBAR")
All my attempts have failed. Please help.
Thank you in advance for any suggestions.
Solved! Go to Solution.