|
Insert$ | ||
result$ = Insert$(SourceString$, InsertString$, Position) | ||
Parameters: SourceString$ = The string you wish to insert a new string into InsertString$ = The string you wish to insert Position = The character position of the insertion |
||
Returns: result$= The new string |
||
The Insert$ function will insert a string of characters into another. FACTS: * none Mini Tutorial:
This example would output.
|
Related Info: | Pad$ | Replace$ : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |