general/misc/
find_str_element.pro
Routines
top source find_str_element
result = find_str_element(struct, name, VALUE=VALUE)
**** OBSOLETE!!! Please use "str_element"instead! *** FUNCTION: find_str_element PURPOSE: find an element within a structure Input: struct, generic structure name, string (tag name) Purpose: Returns index of structure tag. Returns -1 if not found Returns -2 if struct is not a structure KEYWORDS: If VALUE is set to a named variable then the value of that element is returned in it. CREATED BY: Davin Larson LAST MODIFICATION: @(#)find_str_element.pro 1.6 95/10/06
Parameters
- struct
- name
Keywords
- VALUE
File attributes
Modification date: | Thu Feb 13 16:43:46 2014 |
Lines: | 10 |