|
|
|
|
|
|
|
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 HTTPGetResult function |
|
|
|
|
|
|
Usage example of the HTTPRequest function |
|
|
|
|
|
|
Usage example of the WithSpace function |
|
|
|
|
|
|
Usage example of the HForward function |
|
|
|
|
|
|
Usage example of the HChangeKey function |
|
|
|
|
|
|
Usage example of the HChangeConnection function |
|
|
|
|
|
|
Usage example of the HChangeName function |
|
|
|
|
|
|
Usage example of the HDeclare function |
|
|
|
|
|
|
Usage example of the NetSendBuffer function |
|
|
|
|
|
|
Usage example of the tapiListen function |
|
|
|
|
|
|
Usage example of the NetSendFile function |
|
|
|
|
|
|
Usage example of the NetSendMessage function |
|
|
|
|
|
|
Usage example of the NetClientSendMessage function |
|
|
|
|
|
|
Usage example of the EmailReadNext function |
|
|
|
|
|
|
Usage example of the EmailReadMessage function |
|
|
|
|
|
|
Usage example of the zipAddFile function |
|
|
|
|
|
|
Usage example of the zipSplit function |
|
|
|
|
|
|
Usage example of the zipInfoFile function |
|
|
|
|
|
|
Usage example of the zipMsgError function |
|
|
|
|
|
|
Usage example of the zipOpen function |
|
|
|
|
|
|
Usage example of the zipMerge function |
|
|
|
|
|
|
Usage example of the SOAPRun function |
|
|
|
|
|
|
Usage example of the SOAPRunXML function |
|
|
|
|
|
|
Usage example of the zipFileSize function |
|
|
|
|
|
|
Usage example of the SocketCreate function |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|