@SMcNeill
Nice! Eerie how similar the code looks to my former add-subtract string math routine. I get a kick how some coders style and naming is familiar to me, while others is foreign, yet both, when coded properly achieve the same results.
In my prior routine I used similar +- combos in a select case to direct the program flow.
So I did some testing. Zero + Zero = "". So a single statement to make a null string = "0" could be added to address this situation.
Now the weird one. See screen shot. I tested some smaller decimals, and they worked, but this one failed...
Nice! Eerie how similar the code looks to my former add-subtract string math routine. I get a kick how some coders style and naming is familiar to me, while others is foreign, yet both, when coded properly achieve the same results.
In my prior routine I used similar +- combos in a select case to direct the program flow.
So I did some testing. Zero + Zero = "". So a single statement to make a null string = "0" could be added to address this situation.
Now the weird one. See screen shot. I tested some smaller decimals, and they worked, but this one failed...