|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Usage example of the NetClientMessageBox function |
|
|
|
|
|
|
Usage example of the MatExist function |
|
|
|
|
|
|
Usage example of the MatWrite function |
|
|
|
|
|
|
Usage example of the iDocumentCanceled function |
|
|
|
|
|
|
Usage example of the SQLTransaction function |
|
|
|
|
|
|
Usage example of the ServiceWaitStatus function |
|
|
|
|
|
|
Usage example of the MatCreate function |
|
|
|
|
|
|
Usage example of the MatFloatMultiply function |
|
|
|
|
|
|
Usage example of the MatTranspose function |
|
|
|
|
|
|
Usage example of the StatVariance function |
|
|
|
|
|
|
Usage example of the xlsClose function |
|
|
|
|
|
|
Usage example of the MatDelete function |
|
|
|
|
|
|
Usage example of the HViewToFile function |
|
|
|
|
|
|
Usage example of the HRestoreBackup function |
|
|
|
|
|
|
Usage example of the MongoFind function |
|
|
|
|
|
|
Usage example of the MatDeterminant function |
|
|
|
|
|
|
Usage example of the iParameter function |
|
|
|
|
|
|
Usage example of the UploadCopyFile function |
|
|
|
|
|
|
Usage example of the ServiceStatus function |
|
|
|
|
|
|
Usage example of the RegistryQueryValue function |
|
|
|
|
|
|
Usage example of the MatMultiply function |
|
|
|
|
|
|
Usage example of the AppointmentAdd function |
|
|
|
|
|
|
Usage example of the iPrintReport function |
|
|
|
|
|
|
Usage example of the StatCorrelation function |
|
|
|
|
|
|
Usage example of the MatFloatAdd function |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|