Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagecpp
themeConfluence
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
US:_a_longStringId
US:_a_longStringId
nopaneltrue

Return Value

...

 

Insert excerpt
US:_r_longStringLength
US:_r_longStringLength
nopaneltrue

Options

...

 

 

Example

...

<example missing>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "string" and parent = "5636522"

 

 

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
US:_xpx_string_operations_common
US:_xpx_string_operations_common

...