Hello,
there are several threads discussing string manipulation in Lemur. I've found one about how to dynamically create a string using arraytostring(), but nothing for the other way around.
I'm looking for a way to replace characters of a string. For example replace all dashes "-" with space " ". Is there any hack or undocumented feature to achieve this? I've tried to access specific characters of a string like you would do with an array, but without success. Any suggestions are welcome.
cheers,
fr