Oct 21, 2003 #1 CmPaiva Programmer Nov 13, 2002 124 PT Hi all, Is there a way of formating real numbers to have leading zeros, as in VB Format function? ie: Format(123.456,"000000.00" => "000123.46" Thanks in Advance for your time, Carlos
Hi all, Is there a way of formating real numbers to have leading zeros, as in VB Format function? ie: Format(123.456,"000000.00" => "000123.46" Thanks in Advance for your time, Carlos
Oct 21, 2003 #2 mimi2 Technical User Apr 2, 2002 407 CA I did a search on this site on "leading zero" you might find interesting things in these links: thread183-661696 Upvote 0 Downvote
I did a search on this site on "leading zero" you might find interesting things in these links: thread183-661696
Oct 22, 2003 Thread starter #3 CmPaiva Programmer Nov 13, 2002 124 PT Thanks, mimi2, It help. I did my own FormatNr Function to do the job. Carlos Upvote 0 Downvote