Window caption, "[Data] section" if none specified
Labels
Set labels through the DataShowLabels variable, the variable must be set before the Data.Show command.
Format: LabelForColumn1§[LabelForColumn12§][LabelForColumn3§].
Write a zero in the label definition for a column to hide a column.
Label example
Name the first three columns "First", "Last" and "Username" and hide the rest of the columns.
[Batch_Begin]
SET DataShowLabels=§First§Last§Username§0§0§0§0§
Data.Show
[Batch_End]