Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Set a variable and use it in an expressinoexpression

Code Block
nameToBlock = "Jim"
return User.Name.Contains(nameToBlock,false) 

...