Apr 8, 2005 #1 Bernini Programmer Joined Oct 26, 2004 Messages 98 Location MT Hi i need to format an integer number from say '1' to '0001'! I know i should use the printf function bu i can't get the correct format! Thanks B
Hi i need to format an integer number from say '1' to '0001'! I know i should use the printf function bu i can't get the correct format! Thanks B
Apr 8, 2005 1 #2 ArkM IS-IT--Management Joined Oct 21, 2002 Messages 1,819 Location RU Try %04d Upvote 0 Downvote
Apr 8, 2005 Thread starter #3 Bernini Programmer Joined Oct 26, 2004 Messages 98 Location MT Great thanks Arkm! Upvote 0 Downvote