contacts.getAddressPostCode
Description
Get the postcode for an address ID.
Parameters
addressID
number
Return value
postCode
string
("" if address not found)
Example
local postCode = contacts.getAddressPostCode(1234)
print(postCode)
Comments
See also
Back
Generated on the 26 June 2024 at 22:01:27 (UK Time)