YANKRAY
Technical User
- Nov 7, 2003
- 283
CR 10.0
I have a field (string) that I need to convert to a number, but also have leading zeros.
For Example:
String:
99
101
8888
123456
Convert to number:
000099
000101
008888
123456
Any suggestion?
thanks,
Ray
I have a field (string) that I need to convert to a number, but also have leading zeros.
For Example:
String:
99
101
8888
123456
Convert to number:
000099
000101
008888
123456
Any suggestion?
thanks,
Ray