vdata_id
|
IN:
|
Vdata access identifier returned from VSattach
|
fields
|
OUT:
|
Comma-separated string listing the fields in the vdata
|
Purpose
|
Returns the names of the fields in the vdata in fields.
|
Return value
|
Returns SUCCEED (or 0) if successful and FAIL (or -1) otherwise.
|
FORTRAN
|
integer function vsqfflds(vdata_id, fields)
|
|
integer vdata_id
|
|
character*(*) fields
|