Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Trouble using findPlainText using an attribute

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

0 votes


Be the first one to answer this question!

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,143

Question asked: Dec 10 '19, 2:05 p.m.

Question was seen: 1,291 times

Last updated: Dec 10 '19, 2:05 p.m.

Related questions
Confirmation Cancel Confirm