ScrollBar

This component is a solution to scroll through table DATs.

First input takes the original table DAT, second input the number of rows you want to have displayed and third input is a value which is being used together with ScrollBar/setScrollBar to set the scrollbar to a specific value.

markus

Note: You can find iterations of scrollbars in the Palette under TUIK/Lists
Small update: there was a little error hiding which prevented using another number of rows than 10 and have a correct output.
In /ScrollBar/ScrollBar/math2 torange1 the expression was

tabnr("convert1")-10

but now is

tabnr("convert1")-tab("in2",0,0)

cheers
markus