H Walters
0
Q:

arduino remove()

// remove(index, count) > on variable of type String

String greeting = "hello";
greeting.remove(0, 1);  // greeting now contains "ello"
greeting.remove(2, 2);  // greeting now contains "el"
0

Tags

New to Communities?

Join the community