|
|
|
|
|
IBANValid (Function) In french: IBANValide Checks the validity of an International Bank Acount Number (IBAN). New in version 2025
MyIBAN = "FR7630006000011234567890189"
IBANValid(MyIBAN)
EDT_IBAN = "ABC"
IBANValid(EDT_IBAN)
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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|