Function Expand() Foundation

Inserts characters between adjacent characters in a string.

Syntax
Expand( <cString>                , ;  // Type:  C
        [<nCount>]               , ;  // Type:  N   Default: 1
        [<cCharacter|nASCIICode>]  ;  // Type: CN   Default: Chr(32)
      ) --> cResultString
Parameters
<nCount>
Numeric value specifies how many <cCharacter|nASCIICode> characters are inserted between adjacent characters of <cString>.
Description

Inserts characters between adjacent characters in a string.

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.