Function CharSpread() Foundation

Formats a string for block paragraphs.

Syntax
CharSpread( <cString>                , ;  // Type:  C
            <nLength>                , ;  // Type:  N
            [<cCharacter|nASCIICode>]  ;  // Type: CN  Default: Chr(32)
          ) --> cResultString
Return

Returns a string where the character specified with <cCharacter|nASCIICode> is inserted between words to expand the string to the length <nLength>. If the fill character is not contained in <cString> the string remains unchanged.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.