[tw5] putfirst and putlast

2019-12-29 Thread Thomas Elmiger
Hi Mohammad, According to the documentation putfirst and putlast move a number of items to *the other* end of the list. So in your case you would have to make complicated calculations... Maybe the naming evokes the impression that they move defined items to the beginning or the end of the

[tw5] putfirst and putlast

2019-12-27 Thread Mohammad
How putfirst and putlast work? - Assume you have a list in *uu *with value: *aa bb cc dd ee* - Then you want using a button move cc to first position or last position - how it can be done? I used the below code it uses uu as a tiddler with a list of above values but seems putlast