ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV, WEBDEV and WINDEV Mobile 2024 feature!
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
Italy.CheckTaxNumber (Function)
In french: Italie.VérifieNuméroFiscal
Checks the validity of an Italian tax number.
Remark: The Italian tax number is known as CF.
Example
// Check a variable
MyTaxNumber is string = "RSSMRA74D22A001Q"
Italy.CheckTaxNumber(MyTaxNumber) // Returns True

// Check a control
EDT_TaxNumber = "ABC"
Italy.CheckTaxNumber(EDT_TaxNumber) // Returns False
Syntax
<Result> = Italy.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.
Component: wd290std.dll
Minimum version required
  • Version 2024
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/02/2024

Send a report | Local help