hide column and set column label |
5/18/2021 3:06:12 PM |
PHPRunner General questions | |
P
Phil78 author
I have hide some colum with the code below but they are not fully hidden (see image) ? for($i=2;$i<7;$i++)  I would like to set the column label in loop but when i want to use a variable for the 2nd parameter it is KO $label = "DATE".i+1; |
|