X-Function wlabel function to set display format of column label row


Version: 2023b

Type: Features

Category: Programming

Subcategory: LabTalk

Jira: ORG-26557


New X-Function wLabel to set display format of column labe row

  • wlabel type:=L fmt:="*3";

  • wlabel ty:=C rt:=1;

  • wlabel ty:="File Date" fmt:="yyyy-MM-dd HH:mm";

  • wlabel ty:=D2 fmt:=".2";

  • wlabel ty:="My Time" fmt:="THH:mm";

  • wlabel ty:=MyParam ex:=show;

  • wlabel ty:=MyParam ex:=clear;

It’s useful to add in Post Import Script, etc.