Skip to main content

Trim string of characters

Comments

2 comments

  • Nico Burgerhart

    I think it starts with DOM\, not DOM/?

    You can use the following in an Assign activity, assign it to het same variable (username) or a new one.

    username.Split(New Char() {"\"c})(1)

    0
  • Permanently deleted user

    Nico, thank you very much that worked!

    0

Please sign in to leave a comment.