In the code snippet below, since DAW recommends not using the "Indicate" or indicators any more, how would you translate the line below to a recommended line that begins with "If (Found) Indicate Found...."?

Code:
Clear EComRetDtl
Move sRetID to EComRetDtl.EComRMARetID
Find ge EComRetDtl by Index.1  // * <ecomrmaretid><sequence> *
If (Found) Indicate Found as (EComRetDtl.EComRMARetID = sRetID)
While (Found)
Thanks
Mark