D
DS
When using the Right() function it's not returning 0.
TxtResult = Right(num,1)
3.90 returns 9
How do I get it to return 0 when it's 0 ?
Thanks
DS
TxtResult = Right(num,1)
3.90 returns 9
How do I get it to return 0 when it's 0 ?
Thanks
DS