String manipulation

Discuss Lemur and share techniques.
Post Reply
filmriss
Newbie
Posts: 18
Joined: 28 Dec 2011 13:52

String manipulation

Post by filmriss »

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
Post Reply