Loading...
Select Version
This function is equivalent to the JNI function GetArrayLength
.
Call
CALL 'JCI_GetArrayLength' USING
aObj num
aObj | Array object |
num | Number of elements |
Arguments
aObj | Data field of the type |
num | Data field of the type |
Return value (RETURN-CODE)
JCI-RET-OK
The call was successful.
JCI-RET-ENOVM
No Java VM has been started.
JCI-RET-ENULLOBJ
aObj is JCI-NULL
.
JCI-RET-EARGUMENT
aObj is not an array object.