Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfGetLongStringLength(longStringId : INTEGER)
longStringLength : INTEGER;
Return value:
This function returns the length of the specified EDMlongString; When the function fails,
INDETERMINATE (?) will be returned. Exception handling should be used to handle error conditions in the
actual xpfGetLongStringLength() operation.
Arguments:
longStringId:
|
This function returns the length of the specified EDMlongString; When the function fails, INDETERMINATE (?) will be returned. Exception handling should be used to handle error conditions in the actual xpfGetLongStringLength() operation.
Arguments
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
<example missing>
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|
Code Block |
---|
Return value: AnArguments: longStringId that defines the actual EDMlongString. This longStringId is returned from a xpfDefineLongString() function when the actual EDMlongString is defined.longStringId: |
Include Page | ||||
---|---|---|---|---|
|
...