D
Dee
I have to count the records and show the count in a field
that's 8 characters long, zero-filled [i.e. 00000023].
Each day the count will be different and the number could
be 1,23,345,or 2000.
I can only think to check the length of the final ttl and
then pad the field with "00" based on length.
Do I do that with a module? Not sure how to get started
or the right commands...
Would appreciate any help...
Thanks in advance,
Dee
that's 8 characters long, zero-filled [i.e. 00000023].
Each day the count will be different and the number could
be 1,23,345,or 2000.
I can only think to check the length of the final ttl and
then pad the field with "00" based on length.
Do I do that with a module? Not sure how to get started
or the right commands...
Would appreciate any help...
Thanks in advance,
Dee