|
Stuff() |
|
|
Purpose To insert and delete characters from a string Syntax Stuff( <cString> , <nStart> , <nDelete>, <cInsert> ) cModifiedString Arguments <cString> is the character string to modify <nStart> is the character position where the delete/insert begins <nDelete> is the number of characters to delete <cInsert> is the character string to insert at <nStart> Returns Stuff () returns <cString> with characters deleted or inserted at <nStart>.
|