Hi,
I have a string variable that some of its values consist of a combination of numbers and "X" (e.g., "01234X). The "X" character appears at the end. How can I replace the "X" with "9"(e.g., 01234X--> 012349).
Thanks
Nader