Riddle me this Batman.
I need to replace a specific line in a memo field.
I know the line number, so I can do the following:
lcString = MLINE(methods,lnLineNum)
lcString = STRTRAN(lcString,lcExpSought,lcReplacement)
I know that STRTRAN will work on a memo field, but I don't know how many...