Everything is fine except one thing, when it plays a commercial, it displays the commercial name as a song title, too. ie: ~+ [MP-8] Hot 108 Jamz Music Imager 8 (2007) +~
Sometimes its very long. Not all stations use the same format, but most have certain characters they use in song titles that are commercials. In the above example, the commercials always begin with ~+
Let's say my string for the songtitle is string songtitle.
Is there a way I can parse this string to look for the characters ~+ and thus I can tell it to do something else, like make songtitle = "Playing Commerical"?
In visual basic, I could handle this easy with
If Instr(songtitle),"+~"
Then songtitle = "Commericial"Is there something similiar to this in LSL?
Thanks
