Function DisplayAddressBorough
Outputs an address in a specific format for a borough
DisplayAddressBorough([BOROUGH],[MATRIX_CODE],[BREAK_STYLE])
Parameters
# | Type | Passing | Default | Name | Description/Comments |
---|---|---|---|---|---|
1 | string | required | n/a | BOROUGH | The borough |
2 | string | optional | 111111111 | MATRIX_CODE | See "DisplayAddress" function for possible values |
3 | integer | optional | 0 | BREAK_STYLE | See "DisplayAddress" function for possible values |
Returns
The address for display
Examples
Display address for the borough of bexley
{{DisplayAddressBorough("Bexley")}}