void InsertExpr(Int32 Index, String Expr)
Inserts new expression at specified index.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | Int32 | start index |
| 2 | Expr | String |
Result: stored in self (calling object)
Inserts new expression at specified index.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | Int32 | start index |
| 2 | Expr | String |
Result: stored in self (calling object)