|
|
|
|
|
Canada.CheckTaxNumber (Function) In french: Canada.VérifieNuméroFiscal Checks the validity of a Canadian tax number. Note: The tax number corresponds to the SIN for individuals and the NE9 for businesses.
MonNuméroFiscal is string = "046454286"
Canada.CheckTaxNumber(MonNuméroFiscal)
SAI_NuméroFiscal = "ABC"
Canada.CheckTaxNumber(SAI_NuméroFiscal)
Syntax
<Result> = Canada.CheckTaxNumber(<Number to check>)
<Result>: Boolean - True if the specified element contains a valid tax number.
- False otherwise.
<Number to check>: Control name or string variable Tax number to check. This parameter can correspond to:- the name of a string variable.
- the name of a control.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|