Hi all,
I've tried to do a number(decimal) increment which looks like 001 002 003...123,124
in a loop and couldn't find a simple solution.What I've thought now is to check out whether the number is long enough ,if not prefix it some "0".But it seems not good.Any better ideas?
Thanks.