slice
Selects results from a list of objects with a specified criterion.
Copies full list of values from the object and creates a new object.
slice Utot_Phase_1_Soil_1
Copies the entire list of values and creates a new object.
<no parameters>
no parameters |
Mode | Target |
---|---|
- | PlxValues |
Selects results from a list of objects starting from a specified index.
slice Utot_Phase_1_Soil_1 10
Selects results from a list of objects starting from index 10.
Integer'
Integer | Integer | Start index for selecting results from a list |
Mode | Target |
---|---|
- | PlxValues |
Selects results from a list of objects with a specific range of indicies.
slice Utot_Phase_1_Soil_1 1 3
Selects results from a list of objects from the index 1 up to 3.
Integer' Integer'
Integer | Integer | Start index for selecting results from a list |
Integer | Integer | End index for selecting results from a list |
Mode | Target |
---|---|
- | PlxValues |