Specifically I have to add to what is coming in. and zero fill to to a length of 15
I have take the incoming value (say 8251), I have to add “16931” to the first 5 characters and zero fill to 8251 to make a new value.
8251 becomes
169310000008251
i wont always know the length of the original value but it has to come to 15 when done. HELP!
I will have to find the final value of the left digits (16931) but that is for a different day….