ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Administrative number functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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.
Example
// Check a variable
MyINSEENumber is string = "285063410315510"
France.CheckINSEE(MyINSEENumber)		// Returns True

// Check a control
EDT_INSEENumber = "ABC"
France.CheckINSEE(EDT_INSEENumber)	// Returns False
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.
Component: wd310std.dll
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/09/2026

Send a report | Local help