Skip to Content
0
Apr 21, 2009 at 08:19 AM

connecting functions in the expression editor

256 Views

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