Codeunit "Format Address Subs. CBCAP"
ID 70344663
Namespace: CapVision.CapBusiness.Utilities
Properties
| Name | Value |
|---|---|
| SingleInstance | True |
Methods
FormatAddr
procedure FormatAddr(var AddrArray: array[8] of Text[100]; LanguageCode: Code[10]; SalutationCode: Code[10]; Name: Text[100]; Name2: Text[100]; Contact: Text[100]; Addr: Text[100]; Addr2: Text[50]; City: Text[50]; PostCode: Code[20]; County: Text[50]; CountryCode: Code[10])
Parameters
| Name | Type | Description |
|---|---|---|
| AddrArray | array[8] of Text[100] | |
| LanguageCode | Code[10] | |
| SalutationCode | Code[10] | |
| Name | Text[100] | |
| Name2 | Text[100] | |
| Contact | Text[100] | |
| Addr | Text[100] | |
| Addr2 | Text[50] | |
| City | Text[50] | |
| PostCode | Code[20] | |
| County | Text[50] | |
| CountryCode | Code[10] |