Hi everybody,
what's wrong with this expression:
If ( stringindexof( Local.string , Local.search_string ) == 0 , true , false)
I get an "Invalid variable in expression If" error.
Isn't it possible to connect functions together?
or the more spectific question: How is it possible to get true or false if a string contains another one?
Regards,
Matthias