vdata_id
|
IN:
|
Vdata identifier returned from VSattach
|
field_index
|
IN:
|
Index of the target field
|
attr_name
|
OUT:
|
Name of the target attribute
|
FORTRAN
|
integer function vsffdat(vdata_id, field_index, attr_name)
|
|
integer vdata_id, field_index
|
|
character* (*) attr_name
|