Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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