Function PosIns() Foundation

Inserts a character string into a string at a specified position.

Syntax
PosIns( <cString>      , ;
        <cInsertString>, ;
        [<nPosition>]    ;  // Default: Len(<cString>)+1
      ) --> cResultString
Return

Returns the modified 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.