| Author |
Comment/Response |
prettyperla
|
09/06/11 4:27pm
{{1,2,"ardd"},{2,4,"ardd"},{1,2,"gfd"},{4,3,gfd},{5,5,"gfd"}}
I want to show only where each sublist change letters.
letters only exist in the third place of each list
outcome would be {{2,4,arrd},{1,2,gfd}}
since there is only one change, there is only one pair. if there were more changes of course there would be more pairs.
to whoever explains this, please let me know how you did it, that way I can figure it out on my own next time.
thanks so much! <3
URL: , |
|