Code: Select all
AddGadgetItem(iMyList, -1, "MyCol0" + #LF$ + "MyCol1" + #LF$ + "MyCol2")
Edit: This would also enable the ability to extract (Get) a whole row instead of one-cell-at-a-time
Code: Select all
AddGadgetItem(iMyList, -1, "MyCol0" + #LF$ + "MyCol1" + #LF$ + "MyCol2")
Code: Select all
AddGadgetItem(iMyList, ReplaceString(RecordWithTabs, #TAB$, #LF$))