Next: SDDS_FindColumn
Up: Manual Pages
Previous: SDDS_FilterRowsOfInterest
Contents
SDDS_FindArray
- name:
SDDS_FindArray
- description:
Determine if an array exists.
- synopsis: #include "SDDS.h"
char *SDDS_FindArray(SDDS_TABLE *SDDS_table, long mode, ...);
- arguments:
- SDDS_table: Address of the SDDS_TABLE structure for the data set.
- mode: Valid modes are FIND_SPECIFIED_TYPE, FIND_ANY_TYPE, FIND_NUMERIC_TYPE, FIND_FLOATING_TYPE, FIND_INTEGER_TYPE
- ...: If mode is FIND_SPECIFIED_TYPE it expects an SDDS data type followed by a list of array names followed by NULL. Otherwise it expects a list of array names followed by NULL.
- return value:
On success it returns the name of the last array specified. On error it returns a NULL and records an error message.
- see also:
Robert Soliday
2006-06-29