Deletes all characters from this string, starting at a specified position up to
the last position.
(Start value begins with 0)
Result: New text
b.i.m.m
Remove(1) =“b”
Deletes all characters from this string, starting at a specified position up to
the last position.
(Start value begins with 0)
Result: New text
b.i.m.m
Remove(1) =“b”
Comments
0 comments
Please sign in to leave a comment.