It looks like you're new here. Sign in or register to get started.
NewString := DELSTR(String, Position[, Length])
Answers
DELSTR('Hello',1,1) --> 'ello'
if you want to delete more then 1 character, then replace 1 with this other length.
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/