|
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
Syntax for calling a local or global procedure. |
|
|
|
|
|
|
A procedure is used to associate an identifier with a statement block... |
|
|
|
|
|
|
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure... |
|
|
|
|
|
|
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure. |
|
|
|
|
|
|
The parameters can be passed to a procedure... |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
The procedures and the methods of classes can have several syntaxes. |
|
|
|
|
|
|
Checks the validity of a U.S. Employer Identification Number. |
|
|
|
|
|
|
Checks the validity of a DNI number (personal identification number in Spain). |
|
|
|
|
|
|
Checks the validity of a CF number (personal identification number in Italy). |
|
|
|
|
|
|
Checks the validity of an IdNr (personal identification number in Germany). |
|
|
|
|
|
|
Checks the validity of a CPF number (personal identification number in Brazil). |
|
|
|
|
|
|
Checks the validity of a NIF number (company identification number in Spain). |
|
|
|
|
|
|
Checks the validity of an IVA number (company identification number in Italy). |
|
|
|
|
|
|
Checks the validity of a USt-IdNr (company identification number in Germany). |
|
|
|
|
|
|
Checks the validity of a CNPJ number (company identification number in Brazil). |
|
|
|
|
|
|
Checks the validity of a U.S. Firm Establishment Identifier. |
|
|
|
|
|
|
Tests the validity of an INSEE number (identification number of physical persons assigned... |
|
|
|
|
|
|
Checks the validity of a French SIRET number (Système d'Identification du Répertoire des... |
|
|
|
|
|
|
Checks the validity of a CBE number (identifier from the Crossroads Bank for Belgian Enterprises). |
|
|
|
|
|
|
Checks the validity of a NISS number (Belgian social security identification number). |
|
|
|
|
|
|
Checks the validity of a EU number (Belgian Establishment Unit number used to identify companies). |
|
|
|
|
|
|
Checks the validity of a Canadian Social Insurance Number (SIN). |
|
|
|
|
|
|
Checks the validity of a UID number (Swiss business identification number). |
|
|
|
|
|
|
Checks the validity of a Swiss Old-?Age and Survivors' Insurance Number (OASI).... |
|
|
|
|
|
|
Checks the validity of a BER number (company identifier in the Swiss Business and Enterprise... |
|
|
|
|
|
|
Publishes a message on a Redis broadcast channel. |
|
|
|
|
|
|
Retrieves the result of the execution of a Redis command that was added by RedisPipelineAdd. |
|
|
|
|
|
|
Ignores the results of the execution of a Redis command that was added by RedisPipelineAdd. |
|
|
|
|
|
|
Adds a Redis command in a pipeline. |
|
|
|
|
|
|
Executes a command on a Redis server and retrieves the result. |
|
|
|
|
|
|
Cancels a subscription to a Redis broadcast channel. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|