Hi,
I am trying to drop the last four characters of a string variable with different numbers of letters. All the characters to be removed are exactly ".wav" and they are always the last four characters.
Substring won't work because I cannot count position from the left. Any other ideas?
Thank you,
Emma
I am trying to drop the last four characters of a string variable with different numbers of letters. All the characters to be removed are exactly ".wav" and they are always the last four characters.
Substring won't work because I cannot count position from the left. Any other ideas?
Thank you,
Emma
Comment