I have this error: TypeError: s.replace is not a function68:Doc:InitThis
is the code that generates the error: function EL(s){var sir = "";sir =
s.replace(/[&]/g,"&"); <<<---------------------- this is the error
linesir = sir.replace(/["]/g,""");sir =
sir.replace(/[“]/g,""");sir = sir.replace(/[”]/g,""");sir =
sir.replace(/[']/g,"'"); return sir;}I am a newbie in javascript
and adobe livecycle designer...what is causing the error ? What should i
do