... the status bar
v_RowCount++
SB_SetText("Generating entry #" v_RowCount ".")
}
; auto fit columns
LV_Modifycol(1, "AutoHdr")
LV_Modifycol(2, "AutoHdr")
; update ...
... }
LV_ModifyCol()
Method #2
This method only uses two columns with the label being a concatenation of the value of the first column and the column heading.
StringReplace,ReturnedHTMLTableRows,ReturnedHTMLTable,,|,A
...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.