vdata_id
|
IN:
|
Vdata identifier returned from VSattach
|
filename
|
IN:
|
Name of the external file
|
offset
|
IN:
|
Offset, in bytes, of the location in the external file the new data is to be written
|
FORTRAN
|
integer function vsfsextf(vdata_id, filename, offset)
|
|
integer vdata_id, offset
|
|
character* (*) filename
|