Loading...
Select Version
This function returns the length (number of Unicode characters) of a Java string.
It is equivalent to the JNI function GetStringLength
.
Call
CALL 'JCI_GetStringLength' USING
sObj len
sObj | String object |
len | Length |
Arguments
sObj | Data field of the type |
len | 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
sObj is JCI-NULL
.
JCI-RET-EARGUMENT
sObj is not a string object.