Synopsis
INTEGER FUNCTION ARRFretptr(farray)
DIMENSION farray(1)
Description
This function returns the address of a local memory location. It is required to pass locally defined arrays to AVS/Express.
Arguments
farray
A local FORTRAN array.
Returned value
The address of the first element of farray.
Example
#include <avs/omf.inc>
INTEGER iaddr
INTEGER iarray(200)
...
iaddr = ARRFretptr(iarray)
See also
Related modules: