FormatAddressDelimiter

This page in 2007
Top  Previous  Next

An enumeration used to specify the delimiter to be used by IOAKAPI.FormatAddress.

Applies to

Operis_OAK

Syntax

Where the FormatAddress function needs to be provided with a parameter that specifies the delimiter to be used, it can be given:

 

FormatAddressDelimiter_Comma

FormatAddressDelimiter_Tab

FormatAddressDelimiter_CrLf

FormatAddressDelimiter_SemiColon

FormatAddressDelimiter_Default (equal to FormatAddressDelimiter_Comma)

 

Example

To format the address of MyRange1 with no prefixes, and separated by tabs, use:

address = MyOakApi.FormatAddress(MyRange1, False, False, False, True, False, FormatAddressDelimiter_Tab, false)