TableDat cols() limit results to specific rows

Howdy Everyone,

im going crazy about this one here.
Checked the existing posts, the wiki… tested by myself… but i give up.

So basicly im trying to use “source.cols()” to grab the results of “val1” and “val2”.
Simple, yes.
Bbut i want to limit the results to only specific rows like f.e. row(2)

i`ve used already [0][2] but it only works for “val1” only, or [1][2] for “val2”.

What is the magic im missing here?


questionCaptureText

best wishes

PS: i know that there is a way to for loop this,.but im hoping for a “non for loop solution”