EDI_MAPR
Map the named lists as type REAL and mode
Invocation
     CALL EDI_MAPR( ID, LISTS, MODE, LINDEX, HINDEX, PTRS, STATUS )
Description
Maps the lists specified by the LISTS string with a type and mode
specified by TYPE and MODE. The pointers to the resulting areas
of memory are returned in PTRS.
Arguments
- 
ID = INTEGER (given)
 ADI identifier of BinDS, Array or Scalar object, or derivatives
   thereof
- 
LISTS = CHARACTER*(*) (given)
 List of lists to be mapped
- 
MODE = CHARACTER*(*) (given)
 The access mode for the lists' data
- 
LINDEX = INTEGER (given)
 The first list element to access
- 
HINDEX = INTEGER (given)
 The last list element to access
- 
PTRS[] = INTEGER (returned)
 The pointers to the mapped lists
- 
STATUS = INTEGER (given and returned)
 The global status.
References
