Apparently so, as demonstrated in this working example by Kiffi:collectordave wrote:Counting Columns in listicon
Can you useCode: Select all
ColCount = 0 While GetGadgetItemText(0,-1,ColCount) <> "" ;Checks header text assumes all headers have some text ColCount + 1 ; count the columns Wend
> count colums in a listicongadget