![]() |
![]() |
![]() |
![]() |
OMFset array size
Synopsis
INTEGER FUNCTION OMFset array size(object id,
. size)
#include <avs/omf.inc>
INTEGER object id(OIDSIZ)
INTEGER sizeDescription
For a complete description of this function, see OMset array size .Arguments
object idsizeReturned value
The status code (see OMset array size ).Examples
#include <avs/omf.inc>
INTEGER array id(OIDSIZ)
INTEGER size
...
size = 250
IF OMFset array size(array id,size) .NE. 1)
. PRINT*,'Error getting array size'See Also
![]() |
![]() |
![]() |
![]() |