Hi Guys,
I am extracting data from a table and putting it into a number of text files. While doing this I am displaying the number of records in the file, on the top of the same file as a header record. I am using a modified version of the following script posted by Dickiebird to achieve this.
But the number displayed needs to be a 10 digit number. In case the digits are less than 10, the number needs to be prepended with remaining zeros to make it 10.
Can anybody please help me with this.
Thanks,
Navin
I am extracting data from a table and putting it into a number of text files. While doing this I am displaying the number of records in the file, on the top of the same file as a header record. I am using a modified version of the following script posted by Dickiebird to achieve this.
But the number displayed needs to be a 10 digit number. In case the digits are less than 10, the number needs to be prepended with remaining zeros to make it 10.
Can anybody please help me with this.
Thanks,
Navin