Description
This method parses the given solution, optionally using AccuZip, according to the parameters defined for its algorithm in the Address Extraction Area. This method must be applied to a solution before the function AddressPart can be used on the solution.
Applicable Events
AnyApp Pre-Application, AnyApp Post-Algorithm, AnyApp Post-Application
Syntax
object.PrepareAddress (bUseAccuZip)
Parameters
Object is a reference to the Solution object. For more information, see Solution Object.
PrepareAddress is the command.
bUseAccuZip is True or False. Set to True if AccuZip should be used.
Example