StrRemove
Previous
Top
Next
Returns a
new string
after removing some characters from the old string.
Syntax: StrRemove (String, StartIndex, Count)
Example:
Old = "Basic4ppc"
New = StrRemove (Old ,6 , 3)
Result: New = "Basic4"