Closed ajtruckle closed 1 year ago
I have a problem with using IntText();.
IntText();
If the value as leading zeros ..., eg: 099 it is failing and returning 0 instead of 99.
099
0
99
Ignore - was bug in my code.
I have a problem with using
IntText();
.If the value as leading zeros ..., eg:
099
it is failing and returning0
instead of99
.