ParseString Method

The ParseString method is a private subroutine that is called from the BorrowerInfo method. It splits LDAPString (described in BorrowerInfo Method and passed to the ParseString method as an argument) into Organization, OrgUnit, and Alias elements. Each element is added to the varValues array (declared in the BorrowerInfo method and passed ByRef to the ParseString method) and the three elements assigned to the varValues array are available to the BorrowerInfo method.

The elements in the varValues array are:

BorrowerInfo Method describes how the CML/LitCrit application uses values in the varValues array to retrieve information from the FmLib database.

The complete code for the ParseString method is available in Critique.cls Server-Side COM Component in the code section.