I have a string variable, which varies in length from 3 to 4 characters.
For each case that the last character of this variable variable is 0, I would like to change so that it ends in 9.
Any help with this would be fantastic, thank you.
For each case that the last character of this variable variable is 0, I would like to change so that it ends in 9.
Any help with this would be fantastic, thank you.
Comment