Labtalk dataset assignment support skip hidden rows


Version: 2022b

Type: Features

Category: Programming

Subcategory: Labtalk

Jira: ORG-25078


System variable @ASH (default is 0) is added, set it to be 1 to skip hidden rows when do simple dataset assignment.

Example,

//suppose col(A) has some hidden rows
@ASH = 1;
dataset ds = col(A); //ds will only contain the visible data rows