Announcement

Collapse
No announcement yet.

Is it possible to use LIKE?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Is it possible to use LIKE?

    Hi,

    Is it possible to use LIKE in Setup Factory?

    Ex.
    if VAR1 is LIKE "%Test%" then...

    Thanks

  • #2
    Unless I misunderstood the question, you can use String.Find() to search for substrings.

    Ulrich

    Comment

    Working...
    X