Sometimes i found this error in my WS:
ERROR(L202): parameter 2 missing
# LYRICIST
findinline "Lyricist" 1 1
OutputTo "LYRICIST"
findinline "<td width=\"100%\">" 1 1
replace "<span style="color: #00BFFF" title="Referenced">*" "" ---->this is the 202 line
sayuntil "</td></tr>"
the help says:
Replace S S Replaces all occurrences of the first parameter by the second parameter.
but the second parameter is there "".
must be this late hour, after a days work, but what i am missing.