Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
Queries list of country codes.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
IBAN | 11.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
none
Returns list or error.
Query examples for each country:
While(
[
names = "";
// query list of countries
list = MBS( "IBAN.Countries" );
count = ValueCount(list);
index = 1
] ;
index ≤ count ;
[
Country = GetValue(list; index);
// query example for each country
example = MBS( "IBAN.Example"; Country );
names = names & Country & " -> " & example & ¶;
index = index + 1
] ;
// return all the names
names )
This function checks for a license.
Created 26th February 2021, last changed 14th June 2022