ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Miscellaneous Windows 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 an International Bank Acount Number (IBAN).
Example
// Check a variable
MyIBAN = "FR7630006000011234567890189"
IBANValid(MyIBAN) // Returns True

// Check a control
EDT_IBAN = "ABC"
IBANValid(EDT_IBAN) // Returns False
Syntax
<Result> = IBANValid(<IBAN to check>)
<Result>: Boolean
  • True if the specified element contains a valid IBAN.
  • False otherwise.
<IBAN to check>: Control name or string variable
IBAN 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: 09/12/2023

Send a report | Local help