Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfjust()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfJust()
Justifie a string
------------------------------------------------------------------------------
Syntax:

     dfJust( <cStr>, [<nPad>] ) --> cNewStr

Parameters:

     <cStr>     String to reformatting
     <nPad>     Max len to use

Returns:

     <cNewStr>  New string

Description:

     This function get the maximum number of space of the string and put
     one equal number beetwen the word of the string

Example:

     dfJust( "dBsee         is    a  standard" )
     // Ret  "dBsee     is     a     standard"

See also:

     dfStr2Arr(), dfToken()

See Also: dfStr2Arr() dfToken()

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