I need to format a number into a String. The pattern should be of 4 digit. How can I achieve that? For example if value of an int is 1, I should get 0001 after formatting and if there is 123, I should get 0123.
Were you able to figure it out? If you'd like another nudge in the right direction, just ask. Do feel free to post any relevant code you're working on. [ September 02, 2004: Message edited by: Dirk Schreckmann ]