Forum Discussion
MarkShnier__You
2 years agoQrew Legend
Try eliminating this line here to see if its the culprit
var text Backslash=SearchAndReplace($Pipe,"\","");
or changing it to
var text Backslash=SearchAndReplace($Pipe,"\\","");
The \ is an escape character so to look for a \ you need two of them.
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------