InsertPoints
InsertPoints [ /M=dim /V=value ] beforeElement, numElements, waveName [, waveName ]...
The InsertPoints operation inserts numElements points in front of point beforeElement in each waveName. The new elements have the value zero.
Flags
| /M=dim | dim specifies the dimension into which elements are to be inserted. Values are 0 for rows, 1 for columns, 2 for layers, 3 for chunks. If /M is omitted, InsertPoints inserts in the rows dimension. | |
| /V=value | When used with numeric waves, value specifies the value for new elements. If you omit /V, new elements are set to zero. The /V flag was added in Igor Pro 8.00. | |
Details
Trying to insert points into any but the rows of a zero-point wave results in a zero-point wave. You must first make the number of rows nonzero before anything else has an effect.