Hello GAF programming people.
I am trying to figure out a way to do the reverse of concatenation with a string. Let's say we have someone who enters a line such as this "Hello." I want a button on here that will essentially act just like the delete key, so when I hit the button instead of "Hello" there is only "Hell." IE reverse concatenating (no I don't know the name of it.)
Anyone know simple code that will do that?
I am trying to figure out a way to do the reverse of concatenation with a string. Let's say we have someone who enters a line such as this "Hello." I want a button on here that will essentially act just like the delete key, so when I hit the button instead of "Hello" there is only "Hell." IE reverse concatenating (no I don't know the name of it.)
Anyone know simple code that will do that?