Forum Discussion
RokuJoel
10 years agoBinge Watcher
For the carriage return, I would attempt to identify what that character actually is, and replace it with a chr(10) or replace it with a space. See: ifStringOps Others have already discussed the string-reversal issue. If I were you I would do all of that including the string reversal on my server (if possible) and then deliver the content with the strings ordered the way you want them, with the carriage returns replaced or stripped out.
- Joel
- Joel