String::Remove
Previous
|
Next
String::Remove
String
void
Remove
(
UPInt
posAt
,
SPInt
len
= 1);
Description
Remove removes the character at the specified index.
Parameters
Parameters
Description
UPInt posAt
Index at which the character is removed.
SPInt len = 1
Number of characters to remove.