Hi All,
I have a 3 richtext boxs where I add each line together and output to a textbox, all is working great. But the problem I am seeing is that I paste the contents from a spreadsheet which strips off the leading 0 (zero) from a 9 digit number into the 1st RTB.
What I require is that I need to read each line in the 1st RTB and if the digits are = 8 then prefix them with a 0 (zero).
Any help would be greatly appreciated.