swirl
Guide to OmniMark 9   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
    Other Library Functions  
function  

ldapEntryExists

 
 

Library: LDAP support (OMLDAP legacy)
Include: omldap.xin
Return type: Switch

Returns: True or false.


Declaration

define external switch function ldapEntryExists
              value ldapAttribute entry

Argument definitions

entry
The name of an entry.


Purpose

This function returns a switch value specifying whether an entry exists in the current ldapAttribute.

This example shows how to exit when there are no more LDAP entries (ldapEntryExists returns false).

     include "omldap.xin"
  
     process
        local ldapAttribute my-entry variable
        ...
        repeat
           exit when not ldapEntryExists my-entry
  
       ; display the entry name
           output ldapEntryGetName my-entry
  
        ; display all attributes
           ...
  
  again

      Other Library Functions
 
 

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ LEGACY LIBRARIES ] [ ERRORS ]

OmniMark 9.1.0 Documentation Generated: September 2, 2010 at 1:38:10 pm
If you have any comments about this section of the documentation, please use this form.

Copyright © Stilo International plc, 1988-2010.