INSERT†
Format†
INSERT( src , pos , insert )
Function†
- Inserts a string within a string.
- This operation inserts the insert string at the pos position of src.
Arguments†
- src
- The original string to be inserted into.
- pos
- The position to insert at (start of string = 0)
- insert
- The string to be inserted.
Return value†
- If successful, the inserted string
- In the case of an error, nothing is returned (VOID)
Related†
Version†
- YAYA: Available from the start
- Available in AYA5.8
Example†
- No example yet.
- Someone please provide one!