Find element infotable CSDK
Hello,
I have a csdk prorgam, i need to search specific element on infotable.
I am trying to use the function twList_Foreach(twList *list, twForEachHander listHandler, void *userData) to find and update row on the infotable, but i am not succeeding.
Can someone provide me with a sample to use this method please?
my infotable contains 4 strings [field A , field B , field C , field D] ,
i am searching the row where B=='some specific string'
if true update the row.
Thank you very much for your help

