5 lines
154 B
Plaintext
5 lines
154 B
Plaintext
#title Insert$ [RCBasic Doc]
|
|
#header function Insert$(src$, tgt$, pos)
|
|
|
|
Returns a string containing str_to_insert$ inserted into src$ at a given position
|