Get the current size of the series. Used with Non Auto Indexed Series to find the size when assigning values. If the series is too small, increase with SetSeriesSize.
Syntax: |
---|
seriesSize = GetSeriesSize( seriesName ) |
Parameter: |
Description: |
---|---|
seriesName |
Name of manually sized IPV & BPV series arrays. Manually means the Auto-Index option is disabled. |
returns |
Assign the number of elements in the named series. |
Example: |
---|
VARIABLES: seriesSize TYPE: integer |
Returns: |
seriesSize = , 34 |
Links: |
---|
See Also: |
Edit Time: 9/18/2020 11:25:33 AM |
Topic ID#: 357 |