|
|
|
|
|
Belgium.CheckCBE (Function) In french: Belgique.VérifieBCE Checks the validity of a CBE number (identifier from the Crossroads Bank for Belgian Enterprises). // Check a variable MyCBENumber is string = "0436649062" Belgium.CheckCBE(MyCBENumber) // Returns True  // Check a control EDT_CBENumber = "ABC" Belgium.CheckCBE(EDT_CBENumber) // Returns False Syntax
<Result> = Belgium.CheckCBE(<Number to check>)
<Result>: Boolean - True if the specified element contains a valid CBE number.
- False otherwise.
<Number to check>: Control name or string variable CBE number to check. This parameter can correspond to:- the name of a string variable.
- the name of a control.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|