Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CC.LIB - ClipCode CLIPPER S'87 Library - <b>zfill() zero fill a string or numeric value</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ZFILL()     Zero Fill a string or numeric value

 Syntax....: ZFILL( mNbr [,mLen] )
 Parameters: <expC|N>: mNbr = a string or number
 [optional]  <expN>:   mLen = the length of the string to be return [optional]

 Returns...: <expC>: string with the number right justified & zero filled
                     on left
 Cautions..: none
 CC Calls..: none
 Alias.....: none

 Example...: REPLACE ACCOUNT  WITH  ZFILL(m->ACCOUNT)

See Also: CENTER LJUST RJUST

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson