Dear All
I am using this function for get a name which part of _WIP butt this function not working, this function show all retrieve name
butt I need BBF_WIP.
how to solve it ?
strType =da.Name;
pos =strFind(strType,"_WIP",1,10);
if(strFind(strType,"_WIP",1,10)>0)
info(strFmt("Dimensionattr. %1 - value %2 -- %3" ,strType , dav.getValue(),pos));
