ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Administrative number functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Checks the validity of a NISS number (Belgian social security identification number).
Example
// Check a variable
MyNISSNumber is string = "85073003328"
Belgium.CheckNISS(MyNISSNumber) // Returns True
 
// Check a control
EDT_NISSNumber = "ABC"
Belgium.CheckNISS(EDT_NISSNumber) // Returns False
Syntax
<Result> = Belgium.CheckNISS(<Number to check>)
<Result>: Boolean
  • True if the specified element contains a valid NISS number,
  • False otherwise.
<Number to check>: Control name or string variable
NISS number to check. This parameter can correspond to:
  • the name of a string variable.
  • the name of a control.
Component: wd290std.dll
Minimum version required
  • Version 28
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 01/31/2023

Send a report | Local help