Assuming modifycol is required, the following 4 results were found.
ClientName := SubStr(OutputContent, NameStart, NameLength) LV_Add("", ThisFolder, ClientName, A_LoopFileLongPath) } LV_Modifycol() LV_Modifycol(1, 0) ; hide the first column LV_ModifyCol(2, "Sort") ; sort the second column (profile names) Gui, Font, s8,...
ZohoCRM: Import Attachmentshttps://joellipman.com/articles/crm/zoho/zohocrm-import-attachments.html
"," v_Col08 "," v_Col09 "," v_Col10 "," v_LogProcessNote "`r`n" FileAppend, %v_CsvLine%, %v_RunFolder%\Log.csv } LV_ModifyCol() LV_ModifyCol(5, 0) LV_ModifyCol(6, 0) v_ForeignKeyPercent := Round((v_FKCountTotal / v_FileCount) * 100, 2) v_ZohoKeyPercent...
) ; update for the status bar v_RowCount++ SB_SetText("Generating entry #" v_RowCount ".") } ; auto fit columns LV_Modifycol(1, "AutoHdr") LV_Modifycol(2, "AutoHdr") ; update status bar v_Grammar := v_RowCount == 1 ? "y" : "ies" SB_SetText("Ready....
; reset the array ReturnedHTMLTableColString=||||||||| StringSplit,ReturnedHTMLTableCols,ReturnedHTMLTableColString,| } LV_ModifyCol() Method #2 This method only uses two columns with the label being a concatenation of the value of the first column and...