LIST-VIEW 0.0.32 is out

This one provides a minor update with a GET-RANGE function to let you get the data of multiple selected cells or rows and is useful.

Example:

If you have a list-view LI with a few bits of data selected as a multi-cell block:

Pasted Graphic 1


You can get the data returned as a block of blocks:

  >> li/get-range
== [["Meenie" "Miney"]["Green" "Blue"]]


This works on any size and shape of block.

No docs update in this round, sorry! There are a few quirks with programmatically selecting multiple cells, which I may fix for 0.0.33. That is all for now. Happy
|