atMiddleBack

atMiddleBack

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

This method returns a string containing a specified set of characters (a substring) from the middle of a string. The StartParam and EndParam parameters delimit the middle of the string. The difference between this method and the atMiddle method is that atMiddleBack finds the middle of the string by searching right to left while atMiddle searches left to right.

Availability

This method is available in the following object models: Microsoft® Outlook®, Collaboration Data Objects (CDO), and Microsoft ActiveX® Data Objects (ADO).

Syntax

String = atMiddleBack
(

    StringToSearch As String, StartParam, EndParam
)

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.