|
|
|
|
|
|
|
|
|
|
France.CheckINSEE (Function) In french: INSEEValide Tests the validity of an INSEE number (identification number of physical persons assigned by the National Institute of Statistics and Economic Studies - Institut National de la Statistique et des Etudes Economiques). IMPORTANT: This information is specific to the French administration.
MyINSEENumber is string = "285063410315510"
France.CheckINSEE(MyINSEENumber)
EDT_INSEENumber = "ABC"
France.CheckINSEE(EDT_INSEENumber)
Syntax
<Result> = France.CheckINSEE(<Number to check>)
<Result>: Boolean - True if the specified element contains a valid INSEE number.
- False otherwise.
<Number to check>: Control name or string variable INSEE number to check. This parameter can correspond to:- the name of a string variable.
- the name of a control.
Remarks An INSEE number is considered valid even without the 2-digit control key at the end.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|