G
Guest
I have a question about format. I have a number, but I need it to be display
like W00001. What I thought now is using string, count how many digits, and
add the W0000 string infront of the number.
In the form, it will display like W00001, W00002, W01321, or W14321
I wonder if there is a better way to do the same thing?
Thank you very much.
fox
like W00001. What I thought now is using string, count how many digits, and
add the W0000 string infront of the number.
In the form, it will display like W00001, W00002, W01321, or W14321
I wonder if there is a better way to do the same thing?
Thank you very much.
fox