Last updated 2 months ago
Was this helpful?
Removes characters from a string.
RemoveChars(string=[string], start=[integer], count=[integer])
string
true
The string to remove characters from.
start
integer
The one-based index position of the first character to remove.
count
The number of characters to remove.