Hi,
I know I saw someone in here show how to do this before which is collecting a string of text without the last particular # of character(s) of that string
for ie: Hello World!
and I only want to display
Hello World
(w/o an exclaimation) and I want to use the technique for all other cases that I don't know the length of that string.
Thanks!
I know I saw someone in here show how to do this before which is collecting a string of text without the last particular # of character(s) of that string
for ie: Hello World!
and I only want to display
Hello World
(w/o an exclaimation) and I want to use the technique for all other cases that I don't know the length of that string.
Thanks!