Guest User

Untitled

a guest
May 25th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. Dim area As String = Row.Area.Substring(0, Row.Area.IndexOf("-") + 1)
  2. Row.Area = Row.Area.Replace(area, "")
Add Comment
Please, Sign In to add comment