Share via


TaxReportAlandImportDP_FI.getAddressLine Method [AX 2012]

Gets the required Address line from an address.

Syntax

private str getAddressLine(str _addressTxt, int _lineNum)

Run On

Server

Parameters

  • _addressTxt
    Type: str
    The address value passed from the address1 method.
  • _lineNum
    Type: int
    The required line number.

Return Value

Type: str
The required line from the provided Address.

See Also

Reference

TaxReportAlandImportDP_FI Class