Re: TIB: creating lists


[Prev][Next][Index][Thread]

Re: TIB: creating lists




>Um...that's nice, but how do you seperate the "different lists" from
>within the matrix? Now you need to have at least one more list to have
>the starting position within the matrix.
>ie.
>{1,2,3}->\L\J
>{6,5,4}->\L\O
>{7,8,9}->\L\D
>{12,11,10}->\L\Y
>Now put those all into a matrix in the order of J,O,D,Y....
>[1,2,3,6,5,4,7,8,9,12,11,10]
>How do you recall the information in list "D"? You would need at least
>another list (or matrix) that had {1,4,7,10}.

You put the location into E and pop it.  It is basically a stack for basic.

>On a seperate note, why use a 99 x 1 matrix? Why not one big list?

Just a number...My personal one was 99x13...

Lists run out quick...only 6...