|
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
The parameters can be passed to a 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 description of the parameter type is optional... |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
Returns the cropped part of an image. This image is found in an Image variable. |
|
|
|
|
|
|
Blends two images together. This allows you to create fade-in effects between 2 images. |
|
|
|
|
|
|
Adds a halo effect on an image found in an Image variable]. |
|
|
|
|
|
|
Encrusts a color in an image found in an Image variable]. |
|
|
|
|
|
|
Inverts the colors in an Image variable. |
|
|
|
|
|
|
Modifies the lightness of an image in an Image variable. |
|
|
|
|
|
|
Retrieves the characteristics of a queue: types of elements and number of elements. |
|
|
|
|
|
|
Retrieves the characteristics of a stack: types of elements and number of elements. |
|
|
|
|
|
|
Returns the number of selected cells in a Pivot Table control. |
|
|
|
|
|
|
Deletes a file or directory from a Hadoop server. |
|
|
|
|
|
|
Copies a file found on a Hadoop server to the local computer. |
|
|
|
|
|
|
Copies a file located on the local machine to a Hadoop server. |
|
|
|
|
|
|
Creates a directory on a Hadoop server. |
|
|
|
|
|
|
Closes a connection to a Hadoop server. |
|
|
|
|
|
|
Lists the content of a directory found on a Hadoop server. |
|
|
|
|
|
|
Opens a connection to a Hadoop server. |
|
|
|
|
|
|
Renames a file or a directory found on a Hadoop server. |
|
|
|
|
|
|
Adds a SAML assertion to a Webservice request. |
|
|
|
|
|
|
Adds an attribute to an automatic variable generated by the import of a Webservice. |
|
|
|
|
|
|
Adds an XML signature to a Webservice request. |
|
|
|
|
|
|
Finds an XML namespace according to its XML node and in the parents of the node. |
|
|
|
|
|
|
Finds an XML namespace from its URI (Universal Resource Identifier) in a node and in the parents... |
|
|
|
|
|
|
Retrieves and formats the content of an XML document. |
|
|
|
|
|
|
Validates an XML document from an XSD schema. |
|
|
|
|
|
|
Executes an XPATH query in an xmlDocument variable. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|