Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multicolumn List with Icons - Timing issues
#8
In the meantime and after further thinking, I concluded that this technique might be better :

Code:
Copy      Help
        int il=-1
        str sln
        foreach s sk
            il=il+1
            if(sEdit.len and find(s sEdit 0 1)<0) continue
            _s.getl(sl il)
            sln.formata("%s[]" _s)
        g.FromCsv(sln ":")

where :
sl : the initial string
sk: the string corresponding to the first column
sln : a new string with the rows which they meet the "find" criterion.

I am still looking forward for comments.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)