SAIL Base
Function - Insert
| Summary |
|---|
| Name |
| Insert |
| Parameters |
|
| Description |
|---|
| inserts item to list at specified position (1 - before first, n - before n-th), returns result if index>n+1 (n=length of list), then positions n+2 to index-1 are filled by undef value |



