Re: 2d list manipulation
10 Sep
2000
10 Sep
'00
10:24 p.m.
OK, figured it out. About the only way I can see to do it in DTML is this: <dtml-call "col[index1].insert(index2, col[index1].pop(index2)+1)"> This command happens to increment the value at col[index1][index2], and this strategy allows any operation to be done on the value. It appears to be quite fast as well, so I'm content. --Tim
9339
Age (days ago)
9339
Last active (days ago)
0 comments
1 participants
participants (1)
-
Tim Russell