It's all about the answers!

Ask a question

Trouble using findPlainText using an attribute


Christopher Cote (15117) | asked Dec 10 '19, 2:05 p.m.

I think I may have my code incorrect when using the findPlainText method.  Here is what I have in my code:

sEnumSelect = get(dbeAllEnumSelect);

if (sEnumSelect != "") {
    ad = find(bm1, sEnumSelect);
    sEnumValue = get(dbeEnumVals);
    if (!null ad) {
        if (findPlainText(o1.sEnumSelect"", sEnumValue"", offset, len, caseMatch)) {
            put(skMember1, absNum, o1);
        }
    }

Am I using the correct values when I call findPlainText?  I am getting a different output from the script that contains this code than one that doesn't even though it should be the same.  Any help would be greatly appreciated.  Let me know if more info is needed.

Chris

Be the first one to answer this question!


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.